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

Version:
$Revision: 8784 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.server.deployment.PortalWebApp
log
 
Constructor Summary
PortalWebTomcat5App(org.jboss.web.WebApplication webApp, javax.management.MBeanServer server, org.xml.sax.EntityResolver jbossAppEntityResolver)
           
 
Method Summary
 void instrument()
          Instrument the web application.
 
Methods inherited from class org.jboss.portal.server.deployment.PortalWebApp
getClassLoader, getContextPath, getDescriptor, getId, getServletContext, getURL, importFile, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalWebTomcat5App

public PortalWebTomcat5App(org.jboss.web.WebApplication webApp,
                           javax.management.MBeanServer server,
                           org.xml.sax.EntityResolver jbossAppEntityResolver)
                    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