org.apache.jetspeed.portlets.pam
Class PortletApplicationBrowser
java.lang.Object
javax.portlet.GenericPortlet
org.apache.portals.bridges.common.GenericServletPortlet
org.apache.jetspeed.portlets.pam.PortletApplicationBrowser
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
- public class PortletApplicationBrowser
- extends org.apache.portals.bridges.common.GenericServletPortlet
This portlet is a browser over all the portlet applications in the system.
- Version:
- $Id: PortletApplicationBrowser.java 188545 2005-04-26 23:17:33Z taylor $
- Author:
- Jeremy Ford, David Sean Taylor
Field Summary |
private javax.portlet.PortletContext |
context
|
private org.apache.jetspeed.components.portletregistry.PortletRegistry |
registry
|
private org.apache.jetspeed.search.SearchEngine |
searchEngine
|
private String |
template
|
Fields inherited from class org.apache.portals.bridges.common.GenericServletPortlet |
PARAM_ACTION_PAGE, PARAM_ALLOW_PREFERENCES, PARAM_CUSTOM_PAGE, PARAM_EDIT_PAGE, PARAM_HELP_PAGE, PARAM_MAX_PAGE, PARAM_VIEW_PAGE |
Fields inherited from class javax.portlet.GenericPortlet |
|
Method Summary |
private org.apache.webapp.admin.TreeControl |
buildTree(Collection apps,
Locale locale)
|
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
void |
init(javax.portlet.PortletConfig config)
|
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
Methods inherited from class org.apache.portals.bridges.common.GenericServletPortlet |
doCustom, doEdit, doHelp, getDefaultActionPage, getDefaultCustomPage, getDefaultEditPage, getDefaultHelpPage, getDefaultViewPage, processPreferencesAction, setDefaultActionPage, setDefaultCustomPage, setDefaultEditPage, setDefaultHelpPage, setDefaultViewPage |
Methods inherited from class javax.portlet.GenericPortlet |
destroy, doDispatch, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
template
private String template
context
private javax.portlet.PortletContext context
registry
private org.apache.jetspeed.components.portletregistry.PortletRegistry registry
searchEngine
private org.apache.jetspeed.search.SearchEngine searchEngine
PortletApplicationBrowser
public PortletApplicationBrowser()
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
doView
public void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
- Throws:
javax.portlet.PortletException
IOException
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException,
IOException
- Throws:
javax.portlet.PortletException
IOException
buildTree
private org.apache.webapp.admin.TreeControl buildTree(Collection apps,
Locale locale)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.