org.jboss.portal.portlet.mc
Class PortletApplicationContextImpl

java.lang.Object
  extended by org.jboss.portal.portlet.mc.PortletApplicationContextImpl
All Implemented Interfaces:
PortletApplicationContext

public class PortletApplicationContextImpl
extends java.lang.Object
implements PortletApplicationContext

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
PortletApplicationContextImpl(org.jboss.portal.web.WebApp webApp)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
          Return the classloader.
 java.lang.String getContextPath()
          Returns the context path of the web application
 javax.servlet.ServletContext getServletContext()
          Return the servlet context.
 void managedStart()
          Attempt to start the portlet application.
 void managedStop()
          Stop the portlet application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletApplicationContextImpl

public PortletApplicationContextImpl(org.jboss.portal.web.WebApp webApp)
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()
Description copied from interface: PortletApplicationContext
Return the servlet context.

Specified by:
getServletContext in interface PortletApplicationContext
Returns:
the servlet context

getContextPath

public java.lang.String getContextPath()
Description copied from interface: PortletApplicationContext
Returns the context path of the web application

Specified by:
getContextPath in interface PortletApplicationContext
Returns:
the context path

getClassLoader

public java.lang.ClassLoader getClassLoader()
Description copied from interface: PortletApplicationContext
Return the classloader.

Specified by:
getClassLoader in interface PortletApplicationContext
Returns:
the classloader

managedStart

public void managedStart()
Description copied from interface: PortletApplicationContext
Attempt to start the portlet application.

Specified by:
managedStart in interface PortletApplicationContext

managedStop

public void managedStop()
Description copied from interface: PortletApplicationContext
Stop the portlet application.

Specified by:
managedStop in interface PortletApplicationContext


Copyright © 2008. All Rights Reserved.