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.ClassLoader getClassLoader()
          Return the classloader of the web app.
 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 instrument()
          Instrument the web application.
 
Methods inherited from class org.jboss.portal.server.deployment.PortalWebApp
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

instrument

public void instrument()
                throws java.lang.Exception
Description copied from class: PortalWebApp
Instrument the web application.

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

getClassLoader

public java.lang.ClassLoader getClassLoader()
Description copied from class: PortalWebApp
Return the classloader of the web app.

Specified by:
getClassLoader in class PortalWebApp

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