Skip navigation links

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

E17273-02


oracle.stellent.wcm.client.script
Class TemplatePathResolver

java.lang.Object
  extended by oracle.stellent.wcm.client.script.TemplatePathResolver


public class TemplatePathResolver
extends java.lang.Object

Resolve the paths given a template mapping identifier


Constructor Summary
TemplatePathResolver(ClientApplication clientApplication)
           

 

Method Summary
 java.lang.String getTemplatePath(RequestContext requestContext, java.lang.String name)
          Determine the template path for the given mapping.

 

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

 

Constructor Detail

TemplatePathResolver

public TemplatePathResolver(ClientApplication clientApplication)

Method Detail

getTemplatePath

public java.lang.String getTemplatePath(RequestContext requestContext,
                                        java.lang.String name)
                                 throws ApplicationException
Determine the template path for the given mapping.
Parameters:
requestContext - the request context
name - the name
Returns:
the template path
Throws:
ApplicationException

Skip navigation links

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

E17273-02


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