public abstract class AbstractRequestContextFactory extends BaseFactory implements RequestContextFactory
frameworkUtils, webFrameworkServiceRegistry| Constructor and Description |
|---|
AbstractRequestContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canHandle(org.springframework.web.context.request.WebRequest webRequest)
Indicates whether the request context factory can produce a request context
for the given request object.
|
abstract RequestContext |
newInstance(org.springframework.web.context.request.WebRequest webRequest)
Produces a new RequestContext instance for a given request.
|
getApplicationContext, getObjectService, getResourceService, getServiceRegistry, getWebFrameworkConfiguration, setApplicationContext, setFrameworkUtils, setServiceRegistrypublic abstract boolean canHandle(org.springframework.web.context.request.WebRequest webRequest)
RequestContextFactorycanHandle in interface RequestContextFactorywebRequest - web requestpublic abstract RequestContext newInstance(org.springframework.web.context.request.WebRequest webRequest) throws RequestContextException
RequestContextFactorynewInstance in interface RequestContextFactorywebRequest - the web request objectRequestContextExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.