Uses of Class
org.springframework.extensions.config.WebFrameworkConfigElement

Packages that use WebFrameworkConfigElement
org.springframework.extensions.config   
org.springframework.extensions.surf   
org.springframework.extensions.surf.mvc   
org.springframework.extensions.surf.persister   
org.springframework.extensions.surf.render   
org.springframework.extensions.surf.resource   
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.support   
org.springframework.extensions.webscripts   
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.config
 

Methods in org.springframework.extensions.config that return WebFrameworkConfigElement
protected static WebFrameworkConfigElement WebFrameworkConfigElement.newInstance(org.dom4j.Element elem)
           
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return WebFrameworkConfigElement
static WebFrameworkConfigElement FrameworkUtil.getConfig()
          Retrieves the web framework configuration.
 WebFrameworkConfigElement WebFrameworkManager.getWebFrameworkConfig()
          Gets the web framework config.
 WebFrameworkConfigElement WebFrameworkServiceRegistry.getWebFrameworkConfiguration()
          Gets the web framework configuration.
static WebFrameworkConfigElement FrameworkUtil.getWebFrameworkConfiguration()
          Retrieves the web framework configuration.
 WebFrameworkConfigElement AutowireService.getWebFrameworkConfiguration()
           
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.surf.mvc
 

Methods in org.springframework.extensions.surf.mvc that return WebFrameworkConfigElement
 WebFrameworkConfigElement AbstractWebFrameworkViewResolver.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 WebFrameworkConfigElement AbstractWebFrameworkView.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 WebFrameworkConfigElement AbstractWebFrameworkInterceptor.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 WebFrameworkConfigElement AbstractWebFrameworkController.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.surf.persister
 

Methods in org.springframework.extensions.surf.persister that return WebFrameworkConfigElement
protected  WebFrameworkConfigElement AbstractObjectPersister.getWebFrameworkConfiguration()
          Gets the configuration.
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.surf.render
 

Methods in org.springframework.extensions.surf.render that return WebFrameworkConfigElement
 WebFrameworkConfigElement RenderService.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.surf.resource
 

Methods in org.springframework.extensions.surf.resource that return WebFrameworkConfigElement
 WebFrameworkConfigElement ResourceService.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 

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

Methods in org.springframework.extensions.surf.site that return WebFrameworkConfigElement
protected static WebFrameworkConfigElement SiteUtil.getConfig()
          Returns the web framework configuration element
 

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

Methods in org.springframework.extensions.surf.support that return WebFrameworkConfigElement
 WebFrameworkConfigElement BaseFactoryBean.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 WebFrameworkConfigElement BaseFactory.getWebFrameworkConfiguration()
          Gets the web framework configuration.
 

Uses of WebFrameworkConfigElement in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return WebFrameworkConfigElement
 WebFrameworkConfigElement ScriptBase.getConfig()
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.