public class InterceptorHandlerImp extends Object implements ConfigurableInterceptorHandler
Constructor and Description |
---|
InterceptorHandlerImp(MutableMvcRequest request,
MutableMvcResponse response) |
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
getContext() |
Object[] |
getParameters() |
MvcRequest |
getRequest() |
DataType |
getRequestType() |
Object |
getResource() |
ResourceAction |
getResourceAction() |
MvcResponse |
getResponse() |
Object |
getResult() |
String |
requestId() |
public InterceptorHandlerImp(MutableMvcRequest request, MutableMvcResponse response)
public ResourceAction getResourceAction()
getResourceAction
in interface InterceptorHandler
public DataType getRequestType()
getRequestType
in interface InterceptorHandler
public Object getResource()
getResource
in interface InterceptorHandler
public String requestId()
requestId
in interface InterceptorHandler
public ApplicationContext getContext()
getContext
in interface InterceptorHandler
public Object[] getParameters() throws InstantiationException, IllegalAccessException, ParseException
getParameters
in interface InterceptorHandler
InstantiationException
IllegalAccessException
ParseException
public Object getResult()
getResult
in interface InterceptorHandler
public MvcRequest getRequest()
getRequest
in interface InterceptorHandler
public MvcResponse getResponse()
getResponse
in interface InterceptorHandler
Copyright © 2018 Brandao. All rights reserved.