org.exoplatform.services.portletcontainer.plugins.pc
Class PortletApplicationHandler

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.plugins.pc.PortletApplicationHandler

public class PortletApplicationHandler
extends java.lang.Object

Created by the Exo Development team. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 10 nov. 2003 Time: 13:02:54


Constructor Summary
PortletApplicationHandler(javax.portlet.PortalContext portalContext, PortletApplicationsHolder holder, PortletContainerConf conf, PortletContainerMonitorImpl portletMonitor, ResourceBundleManager manager, org.exoplatform.container.ExoContainerContext context)
           
 
Method Summary
 java.util.ResourceBundle getBundle(java.lang.String portletAppName, java.lang.String portletName, java.util.Locale locale)
           
 void process(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Input input, Output output, PortletWindowInternal windowInfos, int isAction)
           
protected  void processActionRequest(PortletRequestImp request)
           
protected  void processEventRequest(PortletRequestImp request)
           
protected  void processRenderRequest(PortletRequestImp request)
           
protected  void processResourceRequest(PortletRequestImp request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletApplicationHandler

public PortletApplicationHandler(javax.portlet.PortalContext portalContext,
                                 PortletApplicationsHolder holder,
                                 PortletContainerConf conf,
                                 PortletContainerMonitorImpl portletMonitor,
                                 ResourceBundleManager manager,
                                 org.exoplatform.container.ExoContainerContext context)
Parameters:
portalContext - portal context
holder - holder
conf - conf
portletMonitor - portlet monitor
manager - bundle manager
context - exo container context
Method Detail

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 context
request - request
response - response
input - input
output - output
windowInfos - window infos
isAction - action type
Throws:
PortletContainerException - exception

getBundle

public final java.util.ResourceBundle getBundle(java.lang.String portletAppName,
                                                java.lang.String portletName,
                                                java.util.Locale locale)
Parameters:
portletAppName - portlet app name
portletName - portlet name
locale - 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 © 2012 eXo Platform SAS. All Rights Reserved.