org.jboss.portal.server.servlet
Class ServletContextLoader

java.lang.Object
  extended by org.jboss.portal.server.servlet.ServletContextLoader
All Implemented Interfaces:
Loader

public class ServletContextLoader
extends java.lang.Object
implements Loader


Field Summary
 
Fields inherited from interface org.jboss.portal.common.util.Loader
REGEX_NAME_VALIDATOR
 
Constructor Summary
ServletContextLoader(javax.servlet.ServletContext ctx)
           
 
Method Summary
 java.io.InputStream load(java.lang.String name)
          Returns an InputStream or null if not found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextLoader

public ServletContextLoader(javax.servlet.ServletContext ctx)
Method Detail

load

public java.io.InputStream load(java.lang.String name)
Description copied from interface: Loader
Returns an InputStream or null if not found.

Specified by:
load in interface Loader