public abstract class XhtmlRendererFactory extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
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 |
| コンストラクタと説明 |
|---|
XhtmlRendererFactory() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 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–2016. All rights reserved.