Skip navigation links

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

E17273-03


oracle.stellent.wcm.javaee
Class ServletClientApplication

java.lang.Object
  extended by oracle.stellent.wcm.client.ClientApplication
      extended by oracle.stellent.wcm.javaee.ServletClientApplication


public class ServletClientApplication
extends ClientApplication

The WCM Application interface. Provides access to the WCM APIs.


Constructor Summary
ServletClientApplication(javax.servlet.ServletConfig servletConfig)
           
ServletClientApplication(javax.servlet.ServletContext servletContext)
          Deprecated. As of Java Servlet API 2.1, with no direct replacement.

 

Method Summary
protected  ConfigurationLoader createConfigLoader()
          Create the configuration file loader object
 IdcClientFactory createIdcClientFactory(Configuration configuration)
           
protected  SiteContextBuilder createSiteContextBuilder()
           
 javax.servlet.ServletConfig getServletConfig()
           
 javax.servlet.ServletContext getServletContext()
           
protected  java.io.File getTempDirectory()
          Returns "javax.servlet.context.tempdir" from ServletContext

 

Methods inherited from class oracle.stellent.wcm.client.ClientApplication
getConfiguration, getEventDispatcher, getFilterManager, getFriendlyNameResolver, getMemoryCacheFactory, getProjectFileManager, getProvider, getSiteContextBuilder, getSitePathBuilder, getSitePathMatcher, getSiteRequestProcessor, getTemplatePathResolver, initialize, setFilterManager, setSitePathBuilder, setSitePathMatcher, setTemplatePathResolver, shutdown, startup

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ServletClientApplication

@Deprecated
public ServletClientApplication(javax.servlet.ServletContext servletContext)
                         throws ApplicationException
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
This constructor is no longer valid, provided for binary compatibility only. The servletContext is held in the servletConfig, not the other way around
Parameters:
servletContext -
Throws:
ApplicationException

ServletClientApplication

public ServletClientApplication(javax.servlet.ServletConfig servletConfig)
                         throws ApplicationException
Throws:
ApplicationException

Method Detail

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Returns:
the servlet config used to initialize this web application

getServletContext

public javax.servlet.ServletContext getServletContext()
Returns:
the servlet context used to initialize this web application

getTempDirectory

protected java.io.File getTempDirectory()
Returns "javax.servlet.context.tempdir" from ServletContext
Overrides:
getTempDirectory in class ClientApplication
Returns:
the temporary file directory for the server context

createSiteContextBuilder

protected SiteContextBuilder createSiteContextBuilder()
Overrides:
createSiteContextBuilder in class ClientApplication

createConfigLoader

protected ConfigurationLoader createConfigLoader()
Create the configuration file loader object
Specified by:
createConfigLoader in class ClientApplication
Returns:
the config loader

createIdcClientFactory

public IdcClientFactory createIdcClientFactory(Configuration configuration)
Overrides:
createIdcClientFactory in class 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.