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.vm
Class VelocityTagLibrary

java.lang.Object
  extended by oracle.stellent.wcm.client.script.vm.VelocityTagLibrary


public class VelocityTagLibrary
extends java.lang.Object

Bean used in Velocity templates


Constructor Summary
VelocityTagLibrary(ClientApplication wcmApplication, RequestContext requestContext)
           

 

Method Summary
 void include(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> params)
          Include a wcm resource
 void invokeContributorJS()
          Invoke the ContributorJSRequest
 void invokeDataFile(java.lang.String name)
          Invoke the data file request
 void invokeDynamicConversion(java.lang.String rule)
          Invoke the dynamic conversion
 void invokeDynamicList(java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the DynamicListRequest
 void invokePlaceholder(java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the PlaceholderRequest
 void invokePlaceholder(java.lang.String name)
          Invoke the PlaceholderRequest
 void invokeService(java.lang.String service, java.lang.String var, java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the Content Server service
 void invokeUrl(java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the UrlRequest

 

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

 

Constructor Detail

VelocityTagLibrary

public VelocityTagLibrary(ClientApplication wcmApplication,
                          RequestContext requestContext)

Method Detail

include

public void include(java.lang.String name,
                    java.util.Map<java.lang.String,java.lang.Object> params)
             throws ApplicationException,
                    java.io.IOException
Include a wcm resource
Parameters:
name - the name
params - optional parameters to pass into the context
Throws:
ApplicationException
java.io.IOException

invokeService

public void invokeService(java.lang.String service,
                          java.lang.String var,
                          java.util.Map<java.lang.String,java.lang.String> params)
                   throws ApplicationException,
                          java.io.IOException
Invoke the Content Server service
Parameters:
service - the service
var - the variable name for the results
params - the service parameters
Throws:
ApplicationException
java.io.IOException

invokeDataFile

public void invokeDataFile(java.lang.String name)
                    throws ApplicationException,
                           java.io.IOException
Invoke the data file request
Parameters:
name - the name of the data file
Throws:
ApplicationException
java.io.IOException

invokeUrl

public void invokeUrl(java.util.Map<java.lang.String,java.lang.String> params)
               throws ApplicationException,
                      java.io.IOException
Invoke the UrlRequest
Parameters:
params - a map of parameters
Throws:
ApplicationException
java.io.IOException

invokeDynamicConversion

public void invokeDynamicConversion(java.lang.String rule)
                             throws ApplicationException,
                                    java.io.IOException
Invoke the dynamic conversion
Parameters:
rule - the rule
Throws:
ApplicationException
java.io.IOException

invokeDynamicList

public void invokeDynamicList(java.util.Map<java.lang.String,java.lang.String> params)
                       throws ApplicationException,
                              java.io.IOException
Invoke the DynamicListRequest
Parameters:
params - a map of parameters
Throws:
ApplicationException
java.io.IOException

invokePlaceholder

public void invokePlaceholder(java.lang.String name)
                       throws ApplicationException,
                              java.io.IOException
Invoke the PlaceholderRequest
Parameters:
name - the placeholder name
Throws:
ApplicationException
java.io.IOException

invokePlaceholder

public void invokePlaceholder(java.util.Map<java.lang.String,java.lang.String> params)
                       throws ApplicationException,
                              java.io.IOException
Invoke the PlaceholderRequest
Parameters:
params - a map of parameters
Throws:
ApplicationException
java.io.IOException

invokeContributorJS

public void invokeContributorJS()
                         throws ApplicationException,
                                java.io.IOException
Invoke the ContributorJSRequest
Throws:
ApplicationException
java.io.IOException

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.