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

Packages that use ClientApplication
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.servlet.proxy   
oracle.stellent.wcm.javaee.servlet.proxy.impl   
oracle.stellent.wcm.javaee.servlet.renderer   
oracle.stellent.wcm.javaee.taglib   
oracle.stellent.wcm.server.cache   
oracle.stellent.wcm.server.content.fs   
oracle.stellent.wcm.server.request   
oracle.stellent.wcm.server.request.contributor   
oracle.stellent.wcm.server.request.dataFile   
oracle.stellent.wcm.server.request.dynamicList   
oracle.stellent.wcm.server.request.element   
oracle.stellent.wcm.server.request.idcService   
oracle.stellent.wcm.server.request.metadata   
oracle.stellent.wcm.server.request.page   
oracle.stellent.wcm.server.request.placeholder   
oracle.stellent.wcm.server.request.proxy   
oracle.stellent.wcm.server.request.url   
oracle.stellent.wcm.server.thread   

 

Uses of ClientApplication in oracle.stellent.wcm.client

 

Constructors in oracle.stellent.wcm.client with parameters of type ClientApplication
SiteContextBuilder(ClientApplication clientApplication)
           
SitePathBuilder(ClientApplication clientApplication)
          Build a site pattern builder using the configuration in the given bean

 

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

 

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

 

Methods in oracle.stellent.wcm.client.filter with parameters of type ClientApplication
protected  java.util.List<FilterHandler> FilterManager.loadExtensions(ClientApplication clientApplication)
          Load the extensions from the configuration

 

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 SiteRequestInvoker.getClientApplication()
           

 

Constructors in oracle.stellent.wcm.client.invokers with parameters of type ClientApplication
SiteRequestInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<R> siteRequestClass)
           
SiteResponseHandler(SiteRequestInvoker 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)
           
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 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

 

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

 

Methods in oracle.stellent.wcm.javaee that return ClientApplication
static ClientApplication ServletApplicationFactory.createInstance(javax.servlet.ServletConfig servletConfig)
          Create the application instance
static ClientApplication ServletApplicationFactory.createInstance(javax.servlet.ServletContext servletContext)
          Deprecated. As of Java Servlet API 2.1, with no direct replacement.
static ClientApplication ServletApplicationFactory.getApplication(javax.servlet.ServletConfig servletConfig)
          Retrieve the WCM Application stored on the servlet context
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 with parameters of type ClientApplication
static void ServletApplicationFactory.setApplication(javax.servlet.ServletConfig servletConfig, ClientApplication application)
          Set the WCM Application on the servlet context
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.servlet.proxy

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy that return ClientApplication
 ClientApplication AbstractProxyHandler.getClientApplication()
           

 

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

 

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

 

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

 

Methods in oracle.stellent.wcm.javaee.servlet.renderer that return ClientApplication
protected  ClientApplication PlaceHolderRendererServlet.getWcmApplication()
          Get the WCM Application from the servlet factory

 

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

 

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

 

Uses of ClientApplication in oracle.stellent.wcm.server.cache

 

Constructors in oracle.stellent.wcm.server.cache with parameters of type ClientApplication
MemoryCacheFactory(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.content.fs

 

Constructors in oracle.stellent.wcm.server.content.fs with parameters of type ClientApplication
FSProvider(ClientApplication clientApplication, IdcClientFactory idcFactory)
          Staging provider that will build its content from the Content Server if missing; also will enforce security.

 

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

 

Methods in oracle.stellent.wcm.server.request that return ClientApplication
 ClientApplication SiteRequestLogic.getClientApplication()
           
protected  ClientApplication SiteRequestHandler.getServerContext()
           

 

Constructors in oracle.stellent.wcm.server.request with parameters of type ClientApplication
SiteIDValidationFilter(ClientApplication clientApplication)
           
SiteRequestHandler(ClientApplication clientApplication, L requestLogic)
           
SiteRequestLogic(ClientApplication clientApplication)
           
SiteRequestProcessor(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.contributor

 

Constructors in oracle.stellent.wcm.server.request.contributor with parameters of type ClientApplication
ContributorJSHandler(ClientApplication clientApplication, ContributorJSLogic commandLogic)
           
ContributorJSLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.dataFile

 

Constructors in oracle.stellent.wcm.server.request.dataFile with parameters of type ClientApplication
DataFileHandler(ClientApplication clientApplication, DataFileLogic commandLogic)
           
DataFileLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.dynamicList

 

Constructors in oracle.stellent.wcm.server.request.dynamicList with parameters of type ClientApplication
DynamicListHandler(ClientApplication clientApplication, DynamicListLogic commandLogic)
           
DynamicListLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.element

 

Constructors in oracle.stellent.wcm.server.request.element with parameters of type ClientApplication
ContributorElementMarkupListener(ClientApplication clientApplication)
           
ElementHandler(ClientApplication clientApplication, ElementLogic commandLogic)
           
ElementLogic(ClientApplication serverContext)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.idcService

 

Constructors in oracle.stellent.wcm.server.request.idcService with parameters of type ClientApplication
IdcServiceHandler(ClientApplication clientApplication, IdcServiceLogic commandLogic)
           
IdcServiceLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.metadata

 

Constructors in oracle.stellent.wcm.server.request.metadata with parameters of type ClientApplication
MetadataHandler(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.page

 

Constructors in oracle.stellent.wcm.server.request.page with parameters of type ClientApplication
PageHandler(ClientApplication clientApplication, PageLogic<PageRequest> commandLogic)
           
PageLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.placeholder

 

Constructors in oracle.stellent.wcm.server.request.placeholder with parameters of type ClientApplication
ContributorMarkupListener(ClientApplication clientApplication)
           
PlaceholderHandler(ClientApplication clientApplication, PlaceholderLogic commandLogic)
           
PlaceholderLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.proxy

 

Constructors in oracle.stellent.wcm.server.request.proxy with parameters of type ClientApplication
ProxyHandler(ClientApplication clientApplication, ProxyLogic commandLogic)
           
ProxyLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.request.url

 

Constructors in oracle.stellent.wcm.server.request.url with parameters of type ClientApplication
UrlHandler(ClientApplication clientApplication, UrlLogic commandLogic)
           
UrlLogic(ClientApplication clientApplication)
           

 

Uses of ClientApplication in oracle.stellent.wcm.server.thread

 

Constructors in oracle.stellent.wcm.server.thread with parameters of type ClientApplication
IdcServerUpdateChecker(ClientApplication clientApplication)
           

 


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.