Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class PortalClassLoaderServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.liferay.portal.kernel.servlet.PortalClassLoaderServlet
All Implemented Interfaces:
PortalLifecycle, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PortalClassLoaderServlet
extends javax.servlet.http.HttpServlet
implements PortalLifecycle

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.util.PortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
 
Constructor Summary
PortalClassLoaderServlet()
           
 
Method Summary
 void destroy()
           
protected  void doPortalDestroy()
           
 void init(javax.servlet.ServletConfig servletConfig)
           
 void portalDestroy()
           
 void portalInit()
           
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalClassLoaderServlet

public PortalClassLoaderServlet()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet

init

public void init(javax.servlet.ServletConfig servletConfig)
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet

portalDestroy

public void portalDestroy()
Specified by:
portalDestroy in interface PortalLifecycle

portalInit

public void portalInit()
Specified by:
portalInit in interface PortalLifecycle

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException,
                    javax.servlet.ServletException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
IOException
javax.servlet.ServletException

doPortalDestroy

protected void doPortalDestroy()

Liferay 6.1.2-ce-ga3