org.jboss.portal.portlet.deployment.jboss
Class PortletApplicationContextImpl

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

public class PortletApplicationContextImpl
extends java.lang.Object
implements org.jboss.portal.portlet.container.PortletApplicationContext

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
PortletApplicationContextImpl(org.jboss.portal.web.WebApp webApp)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 java.lang.String getContextPath()
           
 javax.servlet.ServletContext getServletContext()
           
 void managedStart()
           
 void managedStop()
           
 
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()
Specified by:
getServletContext in interface org.jboss.portal.portlet.container.PortletApplicationContext

getContextPath

public java.lang.String getContextPath()
Specified by:
getContextPath in interface org.jboss.portal.portlet.container.PortletApplicationContext

getClassLoader

public java.lang.ClassLoader getClassLoader()
Specified by:
getClassLoader in interface org.jboss.portal.portlet.container.PortletApplicationContext

managedStart

public void managedStart()
Specified by:
managedStart in interface org.jboss.portal.portlet.container.PortletApplicationContext

managedStop

public void managedStop()
Specified by:
managedStop in interface org.jboss.portal.portlet.container.PortletApplicationContext