org.exoplatform.services.portletcontainer.plugins.pc
Class PortletApplicationHandler
java.lang.Object
org.exoplatform.services.portletcontainer.plugins.pc.PortletApplicationHandler
public class PortletApplicationHandler
- extends Object
Created by the Exo Development team.
Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net
Date: 10 nov. 2003
Time: 13:02:54
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletApplicationHandler
public PortletApplicationHandler(javax.portlet.PortalContext portalContext,
PortletApplicationsHolder holder,
PortletContainerConf conf,
PortletContainerMonitorImpl portletMonitor,
ResourceBundleManager manager,
org.exoplatform.container.ExoContainerContext context)
- Parameters:
portalContext - portal contextholder - holderconf - confportletMonitor - portlet monitormanager - bundle managercontext - exo container context
process
public final void process(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Input input,
Output output,
PortletWindowInternal windowInfos,
int isAction)
throws PortletContainerException
- Parameters:
servletContext - servlet contextrequest - requestresponse - responseinput - inputoutput - outputwindowInfos - window infosisAction - action type
- Throws:
PortletContainerException - exception
getBundle
public final ResourceBundle getBundle(String portletAppName,
String portletName,
Locale locale)
- Parameters:
portletAppName - portlet app nameportletName - portlet namelocale - locale
- Returns:
- resource bundle
processActionRequest
protected void processActionRequest(PortletRequestImp request)
processEventRequest
protected void processEventRequest(PortletRequestImp request)
processResourceRequest
protected void processResourceRequest(PortletRequestImp request)
processRenderRequest
protected void processRenderRequest(PortletRequestImp request)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.