Skip navigation links

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

E17273-02


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

Packages that use ClientApplication
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.servlet   
oracle.stellent.wcm.javaee.servlet.filter   
oracle.stellent.wcm.javaee.servlet.proxy.handlers   
oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl   
oracle.stellent.wcm.javaee.shared   
oracle.stellent.wcm.javaee.taglib   

 

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

 

Methods in oracle.stellent.wcm.client.filter that return ClientApplication
 ClientApplication FilterHandler.getClientApplication()
           

 

Constructors in oracle.stellent.wcm.client.filter with parameters of type ClientApplication
FilterHandler(ClientApplication clientApplication)
          Invoked by the ClientApplication
FilterManager(ClientApplication clientApplication)
           

 

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

 

Methods in oracle.stellent.wcm.client.invokers that return ClientApplication
 ClientApplication RequestInvoker.getClientApplication()
           

 

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

 

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

 

Constructors in oracle.stellent.wcm.client.invokers.impl with parameters of type ClientApplication
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 ClientApplication in oracle.stellent.wcm.client.script

 

Subclasses of ClientApplication in oracle.stellent.wcm.client.script
 class ScriptableClientApplication
          Simple client application that can be instantiated using an configuration object.

 

Methods in oracle.stellent.wcm.client.script with parameters of type ClientApplication
static ContentURI ScriptTemplateHelper.getContentUri(ClientApplication clientApplication, java.lang.String velocityPath)
          Retrieve the ContentURI for the given external velocity path.
static java.util.List<Mapping> ScriptMethods.getLocalPageTemplates(ClientApplication clientApplication)
          Load a list of local page templates
static boolean ScriptTemplateHelper.isTemplateApplicationPath(ClientApplication clientApplication, java.lang.String templatePath)
          Determine if the template path is an application template (i.e.
static ContentStream ScriptMethods.loadContent(ClientApplication clientApplication, java.lang.String dDocName)
          Load some content from the configured content adapter
static ContentStream ScriptMethods.loadDataFile(ClientApplication clientApplication, java.lang.String dDocName, ContentAdapter.DataFileParams params)
          Load a data file or dynamic conversion from the Content Server.
static ContentStream ScriptMethods.loadRendition(ClientApplication clientApplication, java.lang.String dDocName, java.lang.String rendition)
          Load a specific content rendition from the Content Server.
static java.lang.String ScriptTemplateHelper.normalizePath(ClientApplication clientApplication, java.lang.String velocityPath)
          Normalize the path by removing the '/wcm/app' prefix

 

Constructors in oracle.stellent.wcm.client.script with parameters of type ClientApplication
ScriptFactory(ClientApplication clientApplication)
           
TemplatePathResolver(ClientApplication clientApplication)
           

 

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

 

Methods in oracle.stellent.wcm.client.script.vm that return ClientApplication
 ClientApplication TemplateLoader.getClientApplication()
           

 

Methods in oracle.stellent.wcm.client.script.vm with parameters of type ClientApplication
static org.apache.commons.collections.ExtendedProperties VelocityScriptProvider.getVelocityProperties(ClientApplication clientApplication)
           

 

Constructors in oracle.stellent.wcm.client.script.vm with parameters of type ClientApplication
VelocityScriptProvider(ClientApplication clientApplication)
           
VelocityTagLibrary(ClientApplication wcmApplication, RequestContext requestContext)
           

 

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

 

Subclasses of ClientApplication in oracle.stellent.wcm.javaee.servlet
 class WCMServletApplication
          The WCM Application interface.

 

Uses of ClientApplication in oracle.stellent.wcm.javaee.servlet.filter

 

Methods in oracle.stellent.wcm.javaee.servlet.filter that return ClientApplication
 ClientApplication WCMSiteFilter.getWcmApplication()
           

 

Uses of ClientApplication in oracle.stellent.wcm.javaee.servlet.proxy.handlers

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy.handlers that return ClientApplication
 ClientApplication AbstractHandler.getWcmApplication()
           

 

Uses of ClientApplication in oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl that return ClientApplication
 ClientApplication IdcProxyService.getWcmApplication()
           

 

Uses of ClientApplication in oracle.stellent.wcm.javaee.shared

 

Methods in oracle.stellent.wcm.javaee.shared that return ClientApplication
static ClientApplication ServletApplicationFactory.createInstance(javax.servlet.ServletContext servletContext)
          Create the application instance
static ClientApplication ServletApplicationFactory.getApplication(javax.servlet.ServletContext servletContext)
          Retrieve the WCM Application stored on the servlet context
static ClientApplication ServletApplicationFactory.getApplication(javax.servlet.ServletContext servletContext, boolean errorNotFound)
          Retrieve the WCM Application stored on the servlet context

 

Methods in oracle.stellent.wcm.javaee.shared with parameters of type ClientApplication
static void ServletApplicationFactory.setApplication(javax.servlet.ServletContext servletContext, ClientApplication application)
          Set the WCM Application on the servlet context

 

Uses of ClientApplication in oracle.stellent.wcm.javaee.taglib

 

Methods in oracle.stellent.wcm.javaee.taglib that return ClientApplication
 ClientApplication ContextTag.getWcmApplication()
           
 ClientApplication BaseTag.getWcmApplication()
           

 


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.