public abstract class XhtmlRendererFactory extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BEANSHELL |
static java.lang.String |
BSH |
static java.lang.String |
CPLUSPLUS |
static java.lang.String |
CPP |
static java.lang.String |
CXX |
static java.lang.String |
GROOVY |
static java.lang.String |
HTML |
static java.lang.String |
JAVA |
static java.lang.String |
LZX |
static java.lang.String |
XHTML |
static java.lang.String |
XML |
Constructor and Description |
---|
XhtmlRendererFactory() |
Modifier and Type | Method and Description |
---|---|
static Renderer |
getRenderer(java.lang.String type)
Instantiates an instance of a known
XhtmlRenderer according to
the type that's provided. |
static java.util.Set |
getSupportedTypes()
Returned a set with all the supported XHTML renderer types.
|
public static final java.lang.String GROOVY
public static final java.lang.String JAVA
public static final java.lang.String BEANSHELL
public static final java.lang.String BSH
public static final java.lang.String XML
public static final java.lang.String XHTML
public static final java.lang.String LZX
public static final java.lang.String HTML
public static final java.lang.String CPP
public static final java.lang.String CXX
public static final java.lang.String CPLUSPLUS
public XhtmlRendererFactory()
public static Renderer getRenderer(java.lang.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 java.util.Set getSupportedTypes()
Set
with the supported XHTML renderer types as strings.Copyright © 2004-2006 Uwyn bvba/sprl and Omnicore Software. All Rights Reserved.