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()
RequestScopedItem
invalidate
in interface RequestScopedItem
public int size()
Copyright © 2023. All rights reserved.