站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

PortalWebTomcat5App - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.deployment
Class PortalWebTomcat5App

java.lang.Object
  extended byorg.jboss.portal.server.deployment.PortalWebApp
      extended byorg.jboss.portal.server.deployment.PortalWebTomcat5App

public class PortalWebTomcat5App
extends PortalWebApp


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)
           
 
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)
                    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