|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.util.xsltfilter.XSLTFilterConstants
public final class XSLTFilterConstants
A public class with several constants used in the XSLT filter.
| Field Summary | |
|---|---|
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 |
| Constructor Summary | |
|---|---|
XSLTFilterConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public XSLTFilterConstants()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||