| org.apache.jetspeed.portlets.pam.PortletApplicationDetail
PortletApplicationDetail | public class PortletApplicationDetail extends GenericServletPortlet (Code) | | This portlet is a tabbed editor user interface for editing both portlet defintions
and portlet applications.
author: Jeremy Ford author: David Sean Taylor version: $Id: PortletApplicationDetail.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) | | |
|
|