Skip navigation links

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

E17273-03


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.javaee   
oracle.stellent.wcm.javaee.script.velocity   
oracle.stellent.wcm.javaee.utils   
oracle.stellent.wcm.server.request   

 

Uses of RequestContext in oracle.stellent.wcm.client

 

Methods in oracle.stellent.wcm.client with parameters of type RequestContext
 SiteContext SiteContextBuilder.createSiteContext(RequestContext request, boolean initPathFromRequest)
          Create the SiteContext for this request
 SiteContext SiteContextBuilder.createSiteContext(RequestContext request, UrlContext urlContext, boolean initPathFromRequest)
          Create the SiteContext for this request
static java.lang.String RequestContextHelper.getOriginalRequestPath(RequestContext requestContext)
          Retrieve the original request path (i.e.
protected  void SiteContextBuilder.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)
           

 

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

 

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

 

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

 

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)
           
ElementInvoker(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.javaee

 

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

 

Methods in oracle.stellent.wcm.javaee with parameters of type RequestContext
protected  void ServletSiteContextBuilder.initSiteContext(RequestContext request, SiteContext siteContext, java.net.URL requestURL, boolean initPathFromRequest)
          Initialize the SiteContext object

 

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.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.

 

Uses of RequestContext in oracle.stellent.wcm.server.request

 

Methods in oracle.stellent.wcm.server.request with parameters of type RequestContext
<T extends SiteRequest>
SiteRequestInvoker<T>
SiteRequestProcessor.createInvoker(java.lang.Class<T> requestClass, RequestContext requestContext)
          Create the invoker

 


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.