org.jboss.portal.server.deployment
Class CustomPortalWebApp

java.lang.Object
  extended by org.jboss.portal.server.deployment.PortalWebApp
      extended by org.jboss.portal.server.deployment.CustomPortalWebApp

public class CustomPortalWebApp
extends PortalWebApp


Field Summary
 
Fields inherited from class org.jboss.portal.server.deployment.PortalWebApp
log, url, webApp
 
Constructor Summary
CustomPortalWebApp(javax.servlet.ServletContext ctx, java.lang.ClassLoader classLoader)
           
 
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

CustomPortalWebApp

public CustomPortalWebApp(javax.servlet.ServletContext ctx,
                          java.lang.ClassLoader classLoader)
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

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

getClassLoader

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

Specified by:
getClassLoader 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