org.jboss.portal.server.deployment
Class PortalWebTomcat5App

java.lang.Object
  extended by org.jboss.portal.server.deployment.PortalWebApp
      extended by org.jboss.portal.server.deployment.PortalWebTomcat5App

public class PortalWebTomcat5App
extends PortalWebApp


Field Summary
 
Fields inherited from class org.jboss.portal.server.deployment.PortalWebApp
log, url, webApp
 
Constructor Summary
PortalWebTomcat5App(org.jboss.web.WebApplication webApp, javax.management.MBeanServer server)
           
 
Method Summary
 java.lang.String getContextPath()
          Returns the context path of the web application.
 javax.servlet.ServletContext getServletContext()
          Returns the servlet context of the web application.
 void inject()
          Inject the command servlet into that underlying web application.
 
Methods inherited from class org.jboss.portal.server.deployment.PortalWebApp
getClassLoader, getURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalWebTomcat5App

public PortalWebTomcat5App(org.jboss.web.WebApplication webApp,
                           javax.management.MBeanServer server)
                    throws CannotCreatePortletWebAppException
Throws:
CannotCreatePortletWebAppException
Method Detail

inject

public void inject()
            throws java.lang.Exception
Description copied from class: PortalWebApp
Inject the command servlet into that underlying web application.

Specified by:
inject in class PortalWebApp
Throws:
java.lang.Exception

getContextPath

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

Specified by:
getContextPath in class PortalWebApp

getServletContext

public javax.servlet.ServletContext getServletContext()
Description copied from class: PortalWebApp
Returns the servlet context of the web application.

Specified by:
getServletContext in class PortalWebApp