Uses of Interface
org.springframework.extensions.surf.types.Configuration

Packages that use Configuration
org.springframework.extensions.surf   
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.support   
org.springframework.extensions.surf.types   
 

Uses of Configuration in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return Configuration
 Configuration WrappedRequestContext.getSiteConfiguration()
           
 Configuration RequestContext.getSiteConfiguration()
          If the site has a configuration XML, then this will return it
 

Uses of Configuration in org.springframework.extensions.surf.site
 

Methods in org.springframework.extensions.surf.site that return Configuration
 Configuration Model.getConfiguration(String objectId)
          Gets the Configuration instance with the given id
static Configuration SiteUtil.getSiteConfiguration(RequestContext context)
          Returns the site configuration object to use for the current request.
 Configuration Model.newConfiguration()
          Creates a new Configuration instance.
 Configuration Model.newConfiguration(String objectId)
          Creates a new Configuration instance with the given id.
 

Methods in org.springframework.extensions.surf.site with parameters of type Configuration
static Page SiteUtil.getRootPage(RequestContext context, Configuration siteConfiguration)
          Returns the root page for the given site configuration
 

Uses of Configuration in org.springframework.extensions.surf.support
 

Fields in org.springframework.extensions.surf.support declared as Configuration
protected  Configuration AbstractRequestContext.siteConfiguration
           
 

Methods in org.springframework.extensions.surf.support that return Configuration
 Configuration AbstractRequestContext.getSiteConfiguration()
          Returns the site's configuration object
 

Uses of Configuration in org.springframework.extensions.surf.types
 

Classes in org.springframework.extensions.surf.types that implement Configuration
 class ConfigurationImpl
          Default configuration implementation
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.