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.common.io.resource
Interface ResourceLoader

All Known Implementing Classes:
DefaultResourceLoader, ServletContextResourceLoader

public interface ResourceLoader

Object used to instantiate the resource classes


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

 

Method Detail

loadResource

Resource loadResource(java.lang.String path)
Load the resource by instantiating the class using the simple string constructor
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.