Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.client.RequestContext

Packages that use RequestContext
oracle.stellent.wcm.client   
oracle.stellent.wcm.client.filter   
oracle.stellent.wcm.client.invokers   
oracle.stellent.wcm.client.invokers.impl   
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.client.script.vm   
oracle.stellent.wcm.client.util   
oracle.stellent.wcm.javaee   
oracle.stellent.wcm.javaee.script.velocity   
oracle.stellent.wcm.javaee.servlet   
oracle.stellent.wcm.javaee.utils   

 

Uses of RequestContext in oracle.stellent.wcm.client

 

Methods in oracle.stellent.wcm.client with parameters of type RequestContext
 SiteContext ClientApplication.createSiteContext(RequestContext request)
          Create the SiteContext for this request
 SiteContext ClientApplication.createSiteContext(RequestContext request, boolean initPathFromRequest)
          Create the SiteContext for this request
protected  void ClientApplication.initSiteContext(RequestContext request, SiteContext siteContext, boolean initPathFromRequest)
          Initialize the SiteContext object

 

Uses of RequestContext in oracle.stellent.wcm.client.filter

 

Methods in oracle.stellent.wcm.client.filter that return RequestContext
 RequestContext FilterContext.getRequestContext()
           

 

Constructors in oracle.stellent.wcm.client.filter with parameters of type RequestContext
FilterContext(RequestContext requestContext)
           
FilterContext(RequestContext requestContext, java.util.Map<java.lang.String,java.lang.Object> parameters)
           

 

Uses of RequestContext in oracle.stellent.wcm.client.invokers

 

Methods in oracle.stellent.wcm.client.invokers that return RequestContext
 RequestContext ResponseHandler.getRequestContext()
           
 RequestContext RequestInvoker.getRequestContext()
           

 

Methods in oracle.stellent.wcm.client.invokers with parameters of type RequestContext
<T extends SiteRequest>
RequestInvoker<T>
InvokerFactory.createInvoker(java.lang.Class<T> requestClass, RequestContext requestContext)
          Create the invoker

 

Constructors in oracle.stellent.wcm.client.invokers with parameters of type RequestContext
RequestInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type)
           

 

Uses of RequestContext in oracle.stellent.wcm.client.invokers.impl

 

Constructors in oracle.stellent.wcm.client.invokers.impl with parameters of type RequestContext
ContributableInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type)
           
ContributorJSInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
DataFileInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
DataFileInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.String varName)
           
DynamicListInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
IdcServiceInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
MetadataInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
PageInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
PlaceholderInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
UrlInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
VarInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type)
           

 

Uses of RequestContext in oracle.stellent.wcm.client.script

 

Subclasses of RequestContext in oracle.stellent.wcm.client.script
 class ScriptableRequestContext
          Request context for executing requests in memory

 

Methods in oracle.stellent.wcm.client.script with parameters of type RequestContext
 ScriptTemplate ScriptFactory.createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.
 ScriptTemplate ScriptProvider.createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.
 java.lang.String TemplatePathResolver.getTemplatePath(RequestContext requestContext, java.lang.String name)
          Determine the template path for the given mapping.

 

Uses of RequestContext in oracle.stellent.wcm.client.script.vm

 

Subclasses of RequestContext in oracle.stellent.wcm.client.script.vm
 class VelocityRequestContext
          Wrap the RequestContext and allow setting of attributes in current Velocity context instead of page context

 

Methods in oracle.stellent.wcm.client.script.vm that return RequestContext
 RequestContext VelocityRequestContext.getWrappedContext()
           

 

Methods in oracle.stellent.wcm.client.script.vm with parameters of type RequestContext
 org.apache.velocity.context.Context VelocityScriptProvider.createDefaultContext(RequestContext requestContext)
          Create the default execution context for a velocity script
 ScriptTemplate VelocityScriptProvider.createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.
 void VelocityScriptProvider.ContextProvider.populateContext(RequestContext requestContext, org.apache.velocity.context.Context context)
          Called before context is sent to engine for evaluation.

 

Constructors in oracle.stellent.wcm.client.script.vm with parameters of type RequestContext
VelocityRequestContext(RequestContext requestContext)
           
VelocityScript(VelocityScriptProvider velocityProvider, java.lang.String contentUri, RequestContext requestContext)
           
VelocityTagLibrary(ClientApplication wcmApplication, RequestContext requestContext)
           

 

Uses of RequestContext in oracle.stellent.wcm.client.util

 

Methods in oracle.stellent.wcm.client.util that return RequestContext
 RequestContext RequestAttribute.getRequest()
           

 

Constructors in oracle.stellent.wcm.client.util with parameters of type RequestContext
RequestAttribute(RequestContext request, java.lang.String name)
           

 

Uses of RequestContext in oracle.stellent.wcm.javaee

 

Subclasses of RequestContext in oracle.stellent.wcm.javaee
 class ServletRequestContext
           

 

Uses of RequestContext in oracle.stellent.wcm.javaee.script.velocity

 

Subclasses of RequestContext in oracle.stellent.wcm.javaee.script.velocity
 class ServletVelocityContext
          Special context used for evaluating Velocity templates in a servlet environment

 

Uses of RequestContext in oracle.stellent.wcm.javaee.servlet

 

Methods in oracle.stellent.wcm.javaee.servlet with parameters of type RequestContext
protected  void WCMServletApplication.initSiteContext(RequestContext request, SiteContext siteContext, boolean initPathFromRequest)
          Initialize the SiteContext object

 

Uses of RequestContext in oracle.stellent.wcm.javaee.utils

 

Methods in oracle.stellent.wcm.javaee.utils with parameters of type RequestContext
 void VelocityServletContextProvider.populateContext(RequestContext requestContext, org.apache.velocity.context.Context context)
          Called before context is sent to engine for evaluation.

 


Skip navigation links

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

E17273-01


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