public static class InterceptionDecorationContext.Stack extends 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.
|
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()
Copyright © 2015. All Rights Reserved.