public abstract class XhtmlRendererFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BEANSHELL |
static String |
BSH |
static String |
CPLUSPLUS |
static String |
CPP |
static String |
CXX |
static String |
GROOVY |
static String |
HTML |
static String |
JAVA |
static String |
LZX |
static String |
XHTML |
static String |
XML |
Constructor and Description |
---|
XhtmlRendererFactory() |
Modifier and Type | Method and Description |
---|---|
static Renderer |
getRenderer(String type)
Instantiates an instance of a known
XhtmlRenderer according to
the type that's provided. |
static Set |
getSupportedTypes()
Returned a set with all the supported XHTML renderer types.
|
public static final String GROOVY
public static final String JAVA
public static final String BEANSHELL
public static final String BSH
public static final String XML
public static final String XHTML
public static final String LZX
public static final String HTML
public static final String CPP
public static final String CXX
public static final String CPLUSPLUS
public static Renderer getRenderer(String type)
XhtmlRenderer
according to
the type that's provided.type
- The type of renderer, look at the static variables of this
class to see which ones are supported.XhtmlRenderer
that corresponds to the type; or
null
if the type wasn't known
public static Set getSupportedTypes()
Set
with the supported XHTML renderer types as strings.Copyright © 2011–2021. All rights reserved.