Class CustomizingContextLoader
java.lang.Object
org.springframework.web.context.ContextLoader
org.apache.tapestry5.internal.spring.CustomizingContextLoader
-
Field Summary
Fields inherited from class org.springframework.web.context.ContextLoader
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, CONTEXT_ID_PARAM, CONTEXT_INITIALIZER_CLASSES_PARAM, GLOBAL_INITIALIZER_CLASSES_PARAM, LOCATOR_FACTORY_KEY_PARAM, LOCATOR_FACTORY_SELECTOR_PARAM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
customizeContext
(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) protected Class
determineContextClass
(javax.servlet.ServletContext servletContext) Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext
-
Constructor Details
-
CustomizingContextLoader
-
-
Method Details
-
customizeContext
protected void customizeContext(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) - Overrides:
customizeContext
in classorg.springframework.web.context.ContextLoader
-
determineContextClass
protected Class determineContextClass(javax.servlet.ServletContext servletContext) throws org.springframework.context.ApplicationContextException - Overrides:
determineContextClass
in classorg.springframework.web.context.ContextLoader
- Throws:
org.springframework.context.ApplicationContextException
-