Uses of Interface
org.springframework.extensions.config.ServerProperties
-
Packages that use ServerProperties Package Description org.springframework.extensions.config 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 Modifier and Type Class Description classServerConfigElement -
Uses of ServerProperties in org.springframework.extensions.webscripts.servlet
Fields in org.springframework.extensions.webscripts.servlet declared as ServerProperties Modifier and Type Field Description protected static ServerPropertiesWebScriptServlet. serverPropertiesHost Server Configurationprotected ServerPropertiesWebScriptServletRuntime. serverPropertiesConstructors in org.springframework.extensions.webscripts.servlet with parameters of type ServerProperties Constructor Description WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)ConstructionWebScriptServletRuntime(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 Modifier and Type Field Description protected static ServerPropertiesWebScriptView. serverPropertiesHost Server ConfigurationConstructors in org.springframework.extensions.webscripts.servlet.mvc with parameters of type ServerProperties Constructor Description WebScriptViewRuntime(java.lang.String url, RuntimeContainer container, ServletAuthenticatorFactory authFactory, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ServerProperties serverProperties)Construction
-