public class JadeOzarkConfiguration extends Object
org.glassfish.ozark.ext.jade. Following precedence is used:
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHING
Parsed templates will be cached unless this property is set to false.
|
static String |
ENCODING
The encoding used for the templates.
|
static String |
FILTER_QUALIFIER
Qualifier for a
Filter which shall be used by the Jade Engine. |
static String |
HELPER_QUALIFIER
Qualifier for a Helper.
|
static String |
MODE
One of HTML, XML, XHTML.
|
static String |
PRETTY_PRINT
Jade will produce compressed HTML unless this property is set to true.
|
| Constructor and Description |
|---|
JadeOzarkConfiguration() |
public static final String MODE
public static final String CACHING
public static final String PRETTY_PRINT
public static final String FILTER_QUALIFIER
Filter which shall be used by the Jade Engine.
The key part after the qualifier will be used as name for the filter. The
value should be a fully qualified class name of the filter. Example:
org.glassfish.ozark.ext.jade.filter.shiny=com.foo.bar.ShinyFilter
Jade4J by default registers following filters: cdata, css, jspublic static final String HELPER_QUALIFIER
org.glassfish.ozark.ext.jade.helper.math=com.foo.bar.MathHelper
public static final String ENCODING
Copyright © 2015. All Rights Reserved.