Skip navigation links

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

E17273-02


Uses of Interface
oracle.stellent.wcm.core.config.Configuration

Packages that use Configuration
oracle.stellent.wcm.client   
oracle.stellent.wcm.client.generator   
oracle.stellent.wcm.client.model   
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.client.util   
oracle.stellent.wcm.core.config.jaxb   
oracle.stellent.wcm.server   

 

Uses of Configuration in oracle.stellent.wcm.client

 

Methods in oracle.stellent.wcm.client that return Configuration
 Configuration ClientApplication.ConfigurationLoader.getConfiguration()
           

 

Uses of Configuration in oracle.stellent.wcm.client.generator

 

Constructors in oracle.stellent.wcm.client.generator with parameters of type Configuration
SiteGenerator(Configuration configuration)
           

 

Uses of Configuration in oracle.stellent.wcm.client.model

 

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

 

Uses of Configuration in oracle.stellent.wcm.client.script

 

Constructors in oracle.stellent.wcm.client.script with parameters of type Configuration
ScriptableClientApplication(Configuration config)
           

 

Uses of Configuration in oracle.stellent.wcm.client.util

 

Methods in oracle.stellent.wcm.client.util that return Configuration
 Configuration SimpleConfigurationLoader.getConfiguration()
           
 Configuration ConfigurationFileLoader.getConfiguration()
           
protected  Configuration ConfigurationFileLoader.loadConfiguration(Resource configFile)
          Load the configuration file

 

Methods in oracle.stellent.wcm.client.util with parameters of type Configuration
protected  void ConfigurationFileLoader.modifyConfig(Configuration configuration)
          Allow subclasses to modify the config before attempting initialization

 

Constructors in oracle.stellent.wcm.client.util with parameters of type Configuration
SimpleConfigurationLoader(Configuration configuration)
           

 

Uses of Configuration in oracle.stellent.wcm.core.config.jaxb

 

Classes in oracle.stellent.wcm.core.config.jaxb that implement Configuration
 class JAXBConfiguration
          The root configuration object

 

Methods in oracle.stellent.wcm.core.config.jaxb that return Configuration
protected  Configuration JAXBConfigurationSerializer.coerceToType(javax.xml.bind.JAXBElement unmarshalledObject)
          Coerce the unmarshalled object into the type to return

 

Methods in oracle.stellent.wcm.core.config.jaxb with parameters of type Configuration
protected  javax.xml.bind.JAXBElement JAXBConfigurationSerializer.coerceFromType(Configuration object)
          Coerce the input type into a type that can be marshalled.

 

Uses of Configuration in oracle.stellent.wcm.server

 

Methods in oracle.stellent.wcm.server that return Configuration
 Configuration ServerContext.getConfig()
           

 

Methods in oracle.stellent.wcm.server with parameters of type Configuration
protected  void ServerContext.initialize(Configuration configuration)
          Initialize the server application with this server configuration.

 

Constructors in oracle.stellent.wcm.server with parameters of type Configuration
ServerContext(Configuration config)
          Create an application with the given server configuration
ServerContext(Configuration config, java.io.File tempDirectory)
          Create an application with the given server configuration

 


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.