net.sf.crispy
Class InterceptorFilterContext
java.lang.Object
net.sf.crispy.InterceptorFilterContext
- public class InterceptorFilterContext
- extends java.lang.Object
Structure for filter interceptors, with information about the method-invocation, how method and args.
- Author:
- Linke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorFilterContext
public InterceptorFilterContext()
InterceptorFilterContext
public InterceptorFilterContext(java.lang.Class pvClass)
InterceptorFilterContext
public InterceptorFilterContext(java.lang.Throwable pvThrowable)
getArgs
public java.lang.Object[] getArgs()
setArgs
public void setArgs(java.lang.Object[] pvArgs)
getMethod
public java.lang.reflect.Method getMethod()
setMethod
public void setMethod(java.lang.reflect.Method pvMethod)
getThrowable
public java.lang.Throwable getThrowable()
setThrowable
public final void setThrowable(java.lang.Throwable pvThrowable)
getInvocationClass
public java.lang.Class getInvocationClass()
setInvocationClass
public final void setInvocationClass(java.lang.Class pvClass)
Copyright © 2005-2006 Crispy. All Rights Reserved.