Class PortletApplicationContextImpl
java.lang.Object
org.gatein.pc.portlet.impl.deployment.PortletApplicationContextImpl
- All Implemented Interfaces:
PortletApplicationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the classloader.Returns the context path of the web applicationjakarta.servlet.ServletContextReturn the servlet context.voidAttempt to start the portlet application.voidStop the portlet application.
-
Constructor Details
-
PortletApplicationContextImpl
public PortletApplicationContextImpl(jakarta.servlet.ServletContext webApp)
-
-
Method Details
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()Description copied from interface:PortletApplicationContextReturn the servlet context.- Specified by:
getServletContextin interfacePortletApplicationContext- Returns:
- the servlet context
-
getContextPath
Description copied from interface:PortletApplicationContextReturns the context path of the web application- Specified by:
getContextPathin interfacePortletApplicationContext- Returns:
- the context path
-
getClassLoader
Description copied from interface:PortletApplicationContextReturn the classloader.- Specified by:
getClassLoaderin interfacePortletApplicationContext- Returns:
- the classloader
-
managedStart
public void managedStart()Description copied from interface:PortletApplicationContextAttempt to start the portlet application.- Specified by:
managedStartin interfacePortletApplicationContext
-
managedStop
public void managedStop()Description copied from interface:PortletApplicationContextStop the portlet application.- Specified by:
managedStopin interfacePortletApplicationContext
-