org.jboss.portal.server.servlet
Class BootStrapContextImpl

java.lang.Object
  extended by org.jboss.portal.server.servlet.BootStrapContextImpl
All Implemented Interfaces:
BootStrapContext

public class BootStrapContextImpl
extends java.lang.Object
implements BootStrapContext


Constructor Summary
BootStrapContextImpl(javax.servlet.ServletContext servletContext, java.lang.ClassLoader classLoader)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootStrapContextImpl

public BootStrapContextImpl(javax.servlet.ServletContext servletContext,
                            java.lang.ClassLoader classLoader)
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()
Specified by:
getServletContext in interface BootStrapContext

getClassLoader

public java.lang.ClassLoader getClassLoader()
Specified by:
getClassLoader in interface BootStrapContext