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, typeManager
CLASSPATH_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, setViewSuffix
getClassloader, getContextResource, getResource
protected ConfigurableApplicationContext applicationContext
public ApplicationContextWrapper(ConfigurableApplicationContext app)
public void destroy()
destroy
in interface ConfigurableApplicationContext
destroy
in class AbstractApplicationContext
public Properties getConfiguration()
getConfiguration
in interface ApplicationContext
getConfiguration
in class AbstractApplicationContext
public MvcResponse getMvcResponse()
getMvcResponse
in interface ApplicationContext
getMvcResponse
in class AbstractApplicationContext
public MvcRequest getMvcRequest()
getMvcRequest
in interface ApplicationContext
getMvcRequest
in class AbstractApplicationContext
public Scopes getScopes()
getScopes
in interface ApplicationContext
getScopes
in class AbstractApplicationContext
public Object getController(Class<?> clazz)
getController
in interface ApplicationContext
getController
in class AbstractApplicationContext
protected void loadDefinitions(ComponentRegistry registry)
loadDefinitions
in class AbstractApplicationContext
Copyright © 2018 Brandao. All rights reserved.