public static interface FilterChainContext.CopyListener
FilterChainContext.copy()
is called.Modifier and Type | Method and Description |
---|---|
void |
onCopy(FilterChainContext srcContext,
FilterChainContext copiedContext)
The method is called, when passed
FilterChainContext
is copied. |
void onCopy(FilterChainContext srcContext, FilterChainContext copiedContext)
FilterChainContext
is copied.srcContext
- source ContextcopiedContext
- copied ContextCopyright © 2014 Oracle Corporation. All rights reserved.