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.client.script
Interface ScriptProvider

All Known Implementing Classes:
VelocityScriptProvider

public interface ScriptProvider

Provider object for creating and locating script objects


Method Summary
 ScriptTemplate createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.

 

Method Detail

createTemplate

ScriptTemplate createTemplate(RequestContext requestContext,
                              java.lang.String path)
                              throws ApplicationException
Create the remote template for the given request context and path.
Parameters:
requestContext - the request context
path - the web path to the remote template
Returns:
the template object
Throws:
ApplicationException - if the template cannot be created

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.