org.apache.jetspeed.portlets.palm
Class PortletApplicationLifecycleManager
java.lang.Object
javax.portlet.GenericPortlet
org.apache.portals.bridges.common.GenericServletPortlet
org.apache.jetspeed.portlets.palm.PortletApplicationLifecycleManager
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
public class PortletApplicationLifecycleManager
- extends org.apache.portals.bridges.common.GenericServletPortlet
PALM Portlet
- Version:
- $Id: PortletApplicationLifecycleManager.java 348264 2005-11-22 22:06:45Z taylor $
- Author:
- Ate Douma
| 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 |
|
Method Summary |
protected void |
deletePA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
|
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
void |
init(javax.portlet.PortletConfig config)
|
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
protected void |
publishStatusMessage(javax.portlet.PortletRequest request,
java.lang.String portlet,
java.lang.String topic,
java.lang.Throwable e,
java.lang.String message)
|
protected void |
startPA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
|
protected void |
stopPA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
|
protected void |
undeployPA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
|
| 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 |
PortletApplicationLifecycleManager
public PortletApplicationLifecycleManager()
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Specified by:
init in interface javax.portlet.Portlet- Overrides:
init in class org.apache.portals.bridges.common.GenericServletPortlet
- Throws:
javax.portlet.PortletException
doView
public void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Overrides:
doView in class org.apache.portals.bridges.common.GenericServletPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
processAction
public void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Specified by:
processAction in interface javax.portlet.Portlet- Overrides:
processAction in class org.apache.portals.bridges.common.GenericServletPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
publishStatusMessage
protected void publishStatusMessage(javax.portlet.PortletRequest request,
java.lang.String portlet,
java.lang.String topic,
java.lang.Throwable e,
java.lang.String message)
startPA
protected void startPA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
stopPA
protected void stopPA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
undeployPA
protected void undeployPA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
deletePA
protected void deletePA(javax.portlet.ActionRequest request,
MutablePortletApplication pa)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.