Skip navigation links

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

E17273-02


oracle.stellent.wcm.javaee.servlet
Class WCMServletApplication

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


public class WCMServletApplication
extends ClientApplication

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


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.stellent.wcm.client.ClientApplication
ClientApplication.ConfigurationLoader

 

Field Summary
static java.lang.String CONTEXT_BEAN
           
static java.lang.String RUNTIME_PROPERTIES
           

 

Fields inherited from class oracle.stellent.wcm.client.ClientApplication
WCM_IDENTITY

 

Constructor Summary
WCMServletApplication(javax.servlet.ServletContext servletContext)
           

 

Method Summary
protected  ClientApplication.ConfigurationLoader createConfigLoader()
          Create the configuration file loader object
 javax.servlet.ServletContext getServletContext()
           
protected  java.io.File getTempDirectory()
          Returns System.getProperty ("java.io.tmpdir") by default.
protected  void initSiteContext(RequestContext request, SiteContext siteContext, boolean initPathFromRequest)
          Initialize the SiteContext object

 

Methods inherited from class oracle.stellent.wcm.client.ClientApplication
createServerContext, createSiteContext, createSiteContext, createSitePathBuilder, getConfigLoader, getFilterManager, getInvokerFactory, getServer, getServerContext, getSitePathBuilder, getSitePathMatcher, getSystemConfig, getTemplatePathResolver, initialize, setFilterManager, setInvokerFactory, setSitePathBuilder, setSitePathMatcher, setTemplatePathResolver

 

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

 

Field Detail

RUNTIME_PROPERTIES

public static final java.lang.String RUNTIME_PROPERTIES
See Also:
Constant Field Values

CONTEXT_BEAN

public static final java.lang.String CONTEXT_BEAN
See Also:
Constant Field Values

Constructor Detail

WCMServletApplication

public WCMServletApplication(javax.servlet.ServletContext servletContext)
                      throws ApplicationException
Throws:
ApplicationException

Method Detail

getServletContext

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

getTempDirectory

protected java.io.File getTempDirectory()
Returns System.getProperty ("java.io.tmpdir") by default.
Overrides:
getTempDirectory in class ClientApplication
Returns:
the temporary file directory for the server context

createConfigLoader

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

initSiteContext

protected void initSiteContext(RequestContext request,
                               SiteContext siteContext,
                               boolean initPathFromRequest)
Initialize the SiteContext object
Overrides:
initSiteContext in class ClientApplication
Parameters:
request - the request
siteContext - the site context
initPathFromRequest - true to initialize the path from the request

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.