|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.deployment.PortalWebApp
public abstract class PortalWebApp
Encapsulate the infos needed by the portal deployment layer to create the application.
Field Summary | |
---|---|
protected org.apache.log4j.Logger |
log
The logger. |
protected java.net.URL |
url
The URL the webapp comes from. |
protected org.jboss.web.WebApplication |
webApp
The web application as seen by JBoss. |
Constructor Summary | |
---|---|
protected |
PortalWebApp(org.jboss.web.WebApplication webApp)
Constructor with the given web app. |
Method Summary | |
---|---|
abstract java.lang.ClassLoader |
getClassLoader()
Return the classloader of the web app. |
abstract java.lang.String |
getContextPath()
Returns the context path of the web application. |
abstract javax.servlet.ServletContext |
getServletContext()
Returns the servlet context of the web application. |
java.net.URL |
getURL()
Return the URL associated to this webapp. |
abstract void |
instrument()
Instrument the web application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.log4j.Logger log
protected final org.jboss.web.WebApplication webApp
protected final java.net.URL url
Constructor Detail |
---|
protected PortalWebApp(org.jboss.web.WebApplication webApp)
Method Detail |
---|
public abstract void instrument() throws java.lang.Exception
java.lang.Exception
public java.net.URL getURL()
public abstract java.lang.ClassLoader getClassLoader()
public abstract java.lang.String getContextPath()
public abstract javax.servlet.ServletContext getServletContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |