Uses of Interface
org.apache.jetspeed.administration.PortalConfiguration

Packages that use PortalConfiguration
org.apache.jetspeed   
org.apache.jetspeed.administration   
org.apache.jetspeed.engine   
 

Uses of PortalConfiguration in org.apache.jetspeed
 

Methods in org.apache.jetspeed that return PortalConfiguration
 PortalConfiguration JetspeedPortalContext.getConfiguration()
          Returns the configuration properties for this Jetspeed engine context.
static PortalConfiguration Jetspeed.getConfiguration()
           
 PortalConfiguration PortalContext.getConfiguration()
           
 

Methods in org.apache.jetspeed with parameters of type PortalConfiguration
 void JetspeedPortalContext.setConfiguration(PortalConfiguration configuration)
          Set the configuration properties for this Jetspeed engine context.
 void PortalContext.setConfiguration(PortalConfiguration configuration)
           
 

Constructors in org.apache.jetspeed with parameters of type PortalConfiguration
JetspeedPortalContext(Engine engine, PortalConfiguration configuration, java.lang.String applicationRoot)
           
 

Uses of PortalConfiguration in org.apache.jetspeed.administration
 

Classes in org.apache.jetspeed.administration that implement PortalConfiguration
 class PortalConfigurationImpl
          Portal Configuration Retrieve basic data types from the jetspeed.properties configuration This is a subset of Commons Configuration functionality Not the best solution wrappering commons configuration, but it does continue with the requirements of interface-driven development and zero dependencies in API
 

Uses of PortalConfiguration in org.apache.jetspeed.engine
 

Constructors in org.apache.jetspeed.engine with parameters of type PortalConfiguration
JetspeedEngine(PortalConfiguration configuration, java.lang.String applicationRoot, javax.servlet.ServletConfig config, ComponentManager componentManager)
           
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.