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.vm
Interface VelocityScriptProvider.ContextProvider

All Known Implementing Classes:
VelocityServletContextProvider
Enclosing class:
VelocityScriptProvider

public static interface VelocityScriptProvider.ContextProvider

Allow clients to populate the velocity context


Method Summary
 void populateContext(RequestContext requestContext, org.apache.velocity.context.Context context)
          Called before context is sent to engine for evaluation.

 

Method Detail

populateContext

void populateContext(RequestContext requestContext,
                     org.apache.velocity.context.Context context)
Called before context is sent to engine for evaluation.
Parameters:
requestContext - the wcm request context
context - the velocity context

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.