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 © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.