|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Uses of ClientApplication in oracle.stellent.wcm.client.script |
|---|
| Subclasses of ClientApplication in oracle.stellent.wcm.client.script | |
|---|---|
class |
ScriptableClientApplicationSimple 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 |
ServletClientApplicationThe 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) |
|
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||