public abstract class AbstractWebFrameworkInterceptor extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.context.request.WebRequestInterceptor
| Constructor and Description |
|---|
AbstractWebFrameworkInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
Retrieves the application context
|
ModelObjectService |
getObjectService()
Gets the model object service
|
RenderService |
getRenderService()
Gets the render service.
|
WebFrameworkServiceRegistry |
getServiceRegistry()
Gets the service registry.
|
WebFrameworkConfigElement |
getWebFrameworkConfiguration()
Gets the web framework configuration.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Sets the service registry.
|
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic org.springframework.context.ApplicationContext getApplicationContext()
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic void setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
webFrameworkServiceRegistry - the new service registrypublic WebFrameworkServiceRegistry getServiceRegistry()
public WebFrameworkConfigElement getWebFrameworkConfiguration()
public ModelObjectService getObjectService()
public RenderService getRenderService()
Copyright © 2005–2016 Alfresco Software. All rights reserved.