Interface XSSFilter.XSSValueTranslator
- All Known Implementing Classes:
DefaultXSSValueTranslator
- Enclosing class:
- XSSFilter
public static interface XSSFilter.XSSValueTranslator
Interface to encapsulate the actual processing of parameter and header values.
-
Method Summary
-
Method Details
-
translateParameters
Translates all parameter values in one go. Attention: The method must return the original map object if there haven't been any offending values! Otherwise we may face performance degradation. -
translateHeaders
Translates all header values in one go. Attention: The method must return the original map object if there haven't been any offending values! Otherwise we may face performance degradation.
-