Uses of Interface
org.springframework.extensions.config.ServerProperties

Packages that use ServerProperties
org.springframework.extensions.config   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.servlet   
org.springframework.extensions.webscripts.servlet.mvc   
 

Uses of ServerProperties in org.springframework.extensions.config
 

Classes in org.springframework.extensions.config that implement ServerProperties
 class ServerConfigElement
           
 

Uses of ServerProperties in org.springframework.extensions.webscripts
 

Constructors in org.springframework.extensions.webscripts with parameters of type ServerProperties
LocalWebScriptRequest(Runtime runtime, String scriptUrl, Match match, Map<String,String> parameters, ServerProperties serverProps, javax.servlet.http.HttpServletRequest request, LocalWebScriptContext context)
          Instantiates a new local web script request.
LocalWebScriptRuntime(Writer out, RuntimeContainer container, ServerProperties serverProps, LocalWebScriptContext context)
           
WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)
          Deprecated. Construct
 

Uses of ServerProperties in org.springframework.extensions.webscripts.servlet
 

Fields in org.springframework.extensions.webscripts.servlet declared as ServerProperties
protected  ServerProperties WebScriptServletRuntime.serverProperties
           
protected static ServerProperties WebScriptServlet.serverProperties
          Host Server Configuration
 

Constructors in org.springframework.extensions.webscripts.servlet with parameters of type ServerProperties
WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)
          Construct
WebScriptServletRuntime(RuntimeContainer container, ServletAuthenticatorFactory authFactory, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ServerProperties serverProperties)
          Construct
 

Uses of ServerProperties in org.springframework.extensions.webscripts.servlet.mvc
 

Fields in org.springframework.extensions.webscripts.servlet.mvc declared as ServerProperties
protected static ServerProperties WebScriptView.serverProperties
          Host Server Configuration
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.