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

PortalWebTomcat4App - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.server.deployment
Class PortalWebTomcat4App

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

public class PortalWebTomcat4App
extends PortalWebApp

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private static java.lang.Class[] EMPTY_CLASS_ARRAY
           
private static java.lang.Object[] EMPTY_OBJECT_ARRAY
           
private  org.jboss.web.WebApplication webApp
           
 
Fields inherited from class org.jboss.portal.server.deployment.PortalWebApp
log
 
Constructor Summary
PortalWebTomcat4App(org.jboss.web.WebApplication webApp)
           
 
Method Summary
static java.lang.String getContextPath(java.lang.Object standardContext)
           
static javax.servlet.ServletContext getServletContext(java.lang.Object standardContext)
           
static void inject(java.lang.Object standardContext)
           
 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
 

Field Detail

EMPTY_OBJECT_ARRAY

private static final java.lang.Object[] EMPTY_OBJECT_ARRAY

EMPTY_CLASS_ARRAY

private static final java.lang.Class[] EMPTY_CLASS_ARRAY

webApp

private final org.jboss.web.WebApplication webApp
Constructor Detail

PortalWebTomcat4App

public PortalWebTomcat4App(org.jboss.web.WebApplication webApp)
                    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

inject

public static void inject(java.lang.Object standardContext)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getServletContext

public static javax.servlet.ServletContext getServletContext(java.lang.Object standardContext)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

getContextPath

public static java.lang.String getContextPath(java.lang.Object standardContext)
                                       throws java.lang.Exception
Throws:
java.lang.Exception