org.cruxframework.crux.core.server.rest.core.dispatch
Class RequestProcessorContext
java.lang.Object
org.cruxframework.crux.core.server.rest.core.dispatch.RequestProcessorContext
public class RequestProcessorContext
- extends Object
- Author:
- Gesse Dafe
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetMethod
protected Method targetMethod
targetClass
protected Class<?> targetClass
RequestProcessorContext
public RequestProcessorContext()
getTargetMethod
public Method getTargetMethod()
setTargetMethod
public void setTargetMethod(Method targetMethod)
getTargetClass
public Class<?> getTargetClass()
setTargetClass
public void setTargetClass(Class<?> targetClass)
Copyright © 2014. All rights reserved.