public static class InterceptionDecorationContext.Stack extends java.lang.Object implements RequestScopedItem
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
invalidate()
Method that is called when the request ends
|
CombinedInterceptorAndDecoratorStackMethodHandler |
peek() |
int |
size() |
boolean |
startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)
Pushes the given context to the stack if the given context is not on top of the stack already.
|
java.lang.String |
toString() |
public boolean startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)
InterceptionDecorationContext.endInterceptorContext() after the invocation finishes.context - the given contextpublic void end()
public CombinedInterceptorAndDecoratorStackMethodHandler peek()
public void invalidate()
RequestScopedIteminvalidate in interface RequestScopedItempublic int size()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.