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.core.idc.config.adapters
Class IdcConfigurationADFAdapter

java.lang.Object
  extended by oracle.stellent.wcm.core.idc.config.adapters.IdcConfigurationLoaderAdapterBase
      extended by oracle.stellent.wcm.core.idc.config.adapters.IdcConfigurationADFAdapter

All Implemented Interfaces:
IdcConfigurationLoader

public class IdcConfigurationADFAdapter
extends IdcConfigurationLoaderAdapterBase

Constructor Summary
IdcConfigurationADFAdapter()
           

 

Method Summary
 void loadConfiguration(IdcConfiguration idcConfiguration, javax.servlet.ServletConfig servletConfig)
          Populate the IdcConfiguration object using this IdcConnection via the ADF Connection Architecture.

 

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

 

Constructor Detail

IdcConfigurationADFAdapter

public IdcConfigurationADFAdapter()

Method Detail

loadConfiguration

public void loadConfiguration(IdcConfiguration idcConfiguration,
                              javax.servlet.ServletConfig servletConfig)
                       throws java.lang.Exception
Populate the IdcConfiguration object using this IdcConnection via the ADF Connection Architecture. This requires ADF is installed and configured. The ADF system will be queried for the connection matching the configuration connection name.
Specified by:
loadConfiguration in interface IdcConfigurationLoader
Overrides:
loadConfiguration in class IdcConfigurationLoaderAdapterBase
Parameters:
idcConfiguration - idc configuration. Set the url to the content server in here
servletConfig - ServletConfig passed to us by our J2EE container
Throws:
LocalizedRuntimeException - if an error occurs during ADF processing
java.lang.Exception

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.