public class ApplicationContextWrapper extends AbstractApplicationContext
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurableApplicationContext |
applicationContext |
actionParameterName, actionResolver, actionType, automaticExceptionMapping, automaticPropertyMapping, automaticViewResolver, codeGenerator, configuration, controllerManager, controllerResolver, dispatcherType, enumerationType, fetchType, interceptorManager, invoker, logger, loggerProvider, objectFactory, renderView, requestFactory, requestParser, requestParserListenerFactory, responseFactory, scopes, scopeType, temporalProperty, typeManagerCLASSPATH_URL_PREFIX, FILE_URL_PREFIX| Constructor and Description |
|---|
ApplicationContextWrapper(ConfigurableApplicationContext app) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Properties |
getConfiguration() |
Object |
getController(Class<?> clazz) |
MvcRequest |
getMvcRequest() |
MvcResponse |
getMvcResponse() |
Scopes |
getScopes() |
protected void |
loadDefinitions(ComponentRegistry registry) |
flush, getActionParameterName, getActionResolver, getActionType, getBean, getBean, getCodeGenerator, getControllerManager, getControllerResolver, getDispatcherType, getEnumerationType, getFetchType, getInitActionParameterName, getInitActionType, getInitAutomaticExceptionMapping, getInitAutomaticPropertyMapping, getInitAutomaticViewResolver, getInitDispatcherType, getInitEnumerationType, getInitFetchType, getInitRequestParser, getInitRequestType, getInitResponseType, getInitScopeType, getInitSeparator, getInitTemporalProperty, getInitViewIndex, getInitViewPrefix, getInitViewSuffix, getInterceptorManager, getInvoker, getLoggerProvider, getMvcRequestFactory, getMvcResponseFactory, getNewCodeGenerator, getNewControllerManager, getNewControllerResolver, getNewInterceptorManager, getNewInvoker, getNewMethodResolver, getNewObjectFactory, getNewRenderView, getNewTypeManager, getNewValidatorFactory, getNewViewResolver, getObjectFactory, getParent, getRenderView, getRequestFactory, getRequestParser, getRequestParserListenerFactory, getRequestType, getResponseFactory, getResponseType, getScopeType, getSeparator, getTemporalProperty, getTypeManager, getValidatorFactory, getViewIndex, getViewPrefix, getViewResolver, getViewSuffix, initComponents, initInstances, initInvoker, initLogger, initScopes, initTypes, isAutomaticExceptionMapping, isAutomaticPropertyMapping, isAutomaticViewResolver, isStandardType, setActionParameterName, setActionType, setAutomaticExceptionMapping, setAutomaticPropertyMapping, setAutomaticViewResolver, setCodeGenerator, setConfiguration, setControllerResolver, setDispatcherType, setEnumerationType, setFetchType, setInterceptorManager, setInvoker, setObjectFactory, setParent, setRenderView, setRequestParser, setRequestType, setResponseType, setScopeType, setSeparator, setTemporalProperty, setViewIndex, setViewPrefix, setViewResolver, setViewSuffixgetClassloader, getContextResource, getResourceprotected ConfigurableApplicationContext applicationContext
public ApplicationContextWrapper(ConfigurableApplicationContext app)
public void destroy()
destroy in interface ConfigurableApplicationContextdestroy in class AbstractApplicationContextpublic Properties getConfiguration()
getConfiguration in interface ApplicationContextgetConfiguration in class AbstractApplicationContextpublic MvcResponse getMvcResponse()
getMvcResponse in interface ApplicationContextgetMvcResponse in class AbstractApplicationContextpublic MvcRequest getMvcRequest()
getMvcRequest in interface ApplicationContextgetMvcRequest in class AbstractApplicationContextpublic Scopes getScopes()
getScopes in interface ApplicationContextgetScopes in class AbstractApplicationContextpublic Object getController(Class<?> clazz)
getController in interface ApplicationContextgetController in class AbstractApplicationContextprotected void loadDefinitions(ComponentRegistry registry)
loadDefinitions in class AbstractApplicationContextCopyright © 2026 Brandao. All rights reserved.