public final class XSLTFilterConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_XSLT_PROCESSING
To disable XSLT filtering for a given request (useful to return an XML verbatim,
for example), set any object under this key in the request context, for example:
|
static String |
XSLT_PARAMS_MAP
To pass parameters to a stylesheet, register a
Map attribute with
the key equal to this constant in the request context. |
| Constructor and Description |
|---|
XSLTFilterConstants() |
public static final String NO_XSLT_PROCESSING
request.setAttribute(XsltFilter.NO_XSLT_PROCESSING, Boolean.TRUE);or pass a request parameter with this value.
public static final String XSLT_PARAMS_MAP
Map attribute with
the key equal to this constant in the request context.