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.core.config.jaxb
Class JAXBSystemConfiguration

java.lang.Object
  extended by oracle.stellent.wcm.core.config.jaxb.JAXBSystemConfiguration

All Implemented Interfaces:
SystemConfiguration

public class JAXBSystemConfiguration
extends java.lang.Object
implements SystemConfiguration

Field Summary

 

Fields inherited from interface oracle.stellent.wcm.core.config.SystemConfiguration
DEV_MODE_ENABLED, DEV_MODE_WORKING_DIR, EXTENSION_SECURITY_HANDLER, PROXY_CORECONTENTONLY_PROPERTY, PROXY_ISSIMPLEPAGE_PROPERTY, RENDER_DEFAULT_REGION_TEMPLATE, RENDER_DEFAULT_TAG_ERROR

 

Constructor Summary
JAXBSystemConfiguration()
           
JAXBSystemConfiguration(oracle.stellent.wcm.core.config.jaxb.model.SystemType systemType)
           

 

Method Summary
 CacheConfiguration getCacheConfig()
           
 IdcConfiguration getIdcConfig()
           
 oracle.stellent.wcm.core.config.jaxb.model.SystemType getModel()
           
 java.util.Set<java.lang.String> getProperties()
           
 java.lang.String getProperty(java.lang.String name)
          Retrieve an extension property
 SecurityConfiguration getSecurityConfig()
           
 SitesConfiguration getSitesConfig()
           
 StagingConfiguration getStagingConfig()
           
 void setProperty(java.lang.String name, java.lang.String value)
          Set an extension property

 

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

 

Constructor Detail

JAXBSystemConfiguration

public JAXBSystemConfiguration()

JAXBSystemConfiguration

public JAXBSystemConfiguration(oracle.stellent.wcm.core.config.jaxb.model.SystemType systemType)

Method Detail

getModel

public oracle.stellent.wcm.core.config.jaxb.model.SystemType getModel()

getStagingConfig

public StagingConfiguration getStagingConfig()
Specified by:
getStagingConfig in interface SystemConfiguration
Returns:
the staging configuration

getSecurityConfig

public SecurityConfiguration getSecurityConfig()
Specified by:
getSecurityConfig in interface SystemConfiguration
Returns:
the security configuration

getIdcConfig

public IdcConfiguration getIdcConfig()
Specified by:
getIdcConfig in interface SystemConfiguration
Returns:
the content server configuration

getSitesConfig

public SitesConfiguration getSitesConfig()
Specified by:
getSitesConfig in interface SystemConfiguration
Returns:
the client configuration

getCacheConfig

public CacheConfiguration getCacheConfig()
Specified by:
getCacheConfig in interface SystemConfiguration
Returns:
the cache configuration

getProperty

public java.lang.String getProperty(java.lang.String name)
Retrieve an extension property
Specified by:
getProperty in interface SystemConfiguration
Parameters:
name - the name
Returns:
the value or null if not found

getProperties

public java.util.Set<java.lang.String> getProperties()
Specified by:
getProperties in interface SystemConfiguration
Returns:
a set of all available property names

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)
Set an extension property
Specified by:
setProperty in interface SystemConfiguration
Parameters:
name - the name
value - the value (if null property will be removed)

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.