public class InterceptionContext extends Object
Constructor and Description |
---|
InterceptionContext() |
Modifier and Type | Method and Description |
---|---|
InterceptionPhase |
getCurrentPhase() |
Exception |
getException() |
Map |
getLocalStore() |
Object |
getReturnValue() |
void |
setCurrentPhase(InterceptionPhase currentPhase) |
void |
setException(Exception exception) |
void |
setReturnValue(Object returnValue) |
public InterceptionPhase getCurrentPhase()
public void setCurrentPhase(InterceptionPhase currentPhase)
public Object getReturnValue()
public void setReturnValue(Object returnValue)
public Exception getException()
public void setException(Exception exception)
public Map getLocalStore()
Copyright © 2010-2014 anotheria.net. All Rights Reserved.