public abstract class Observer
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
Observer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(java.lang.Object result) |
void |
beforeInvocation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args) |
Observer |
clone() |
void |
onException(java.lang.Exception exception) |
public void beforeInvocation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args)
public void afterInvocation(java.lang.Object result)
public void onException(java.lang.Exception exception)
public Observer clone()
clone in class java.lang.Object