| org.apache.jetspeed.portlets.pam.PortletApplicationBrowser
PortletApplicationBrowser | public class PortletApplicationBrowser extends GenericServletPortlet (Code) | | This portlet is a browser over all the portlet applications in the system.
author: Jeremy Ford author: David Sean Taylor version: $Id: PortletApplicationBrowser.java 348264 2005-11-22 22:06:45Z taylor $ |
Method Summary | |
public void | doView(RenderRequest request, RenderResponse response) | public void | init(PortletConfig config) | public void | processAction(ActionRequest actionRequest, ActionResponse actionResponse) |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException, IOException(Code) | | |
|
|