com.liferay.util.bridges.struts
Class LiferayPortletServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.struts.action.ActionServlet
              extended byorg.apache.portals.bridges.struts.PortletServlet
                  extended bycom.liferay.util.bridges.struts.LiferayPortletServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class LiferayPortletServlet
extends org.apache.portals.bridges.struts.PortletServlet

View Source

Author:
Michael Young
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionServlet
config, configDigester, convertNull, dataSources, internal, internalName, processor, registrations, servletMapping, servletName
 
Constructor Summary
LiferayPortletServlet()
           
 
Method Summary
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from class org.apache.portals.bridges.struts.PortletServlet
init, initModulePlugIns, isPortletRequest, performActionRenderRequest
 
Methods inherited from class org.apache.struts.action.ActionServlet
addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, init, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePrefixes, initOther, initServlet, parseModuleConfigFile, process
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayPortletServlet

public LiferayPortletServlet()
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()