Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.javaee.utils
Class ServletContextResourceLoader

java.lang.Object
  extended by oracle.stellent.wcm.javaee.utils.ServletContextResourceLoader

All Implemented Interfaces:
ResourceLoader

public class ServletContextResourceLoader
extends java.lang.Object
implements ResourceLoader

Implementation of the resource loader


Constructor Summary
ServletContextResourceLoader(javax.servlet.ServletContext servletContext)
           

 

Method Summary
 Resource loadResource(java.lang.String path)
          Load the resource by instantiating the class using the simple string constructor

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ServletContextResourceLoader

public ServletContextResourceLoader(javax.servlet.ServletContext servletContext)

Method Detail

loadResource

public Resource loadResource(java.lang.String path)
Load the resource by instantiating the class using the simple string constructor
Specified by:
loadResource in interface ResourceLoader
Parameters:
path - the path
Returns:
the resource

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.