Package com.uwyn.jhighlight.renderer
Class XhtmlRendererFactory
- java.lang.Object
-
- com.uwyn.jhighlight.renderer.XhtmlRendererFactory
-
@Deprecated public class XhtmlRendererFactory extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEANSHELLDeprecated.static StringBSHDeprecated.static StringCPLUSPLUSDeprecated.static StringCPPDeprecated.static StringCXXDeprecated.static StringGROOVYDeprecated.static StringHTMLDeprecated.static StringJAVADeprecated.static StringLZXDeprecated.static StringXHTMLDeprecated.static StringXMLDeprecated.
-
Constructor Summary
Constructors Constructor Description XhtmlRendererFactory()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RenderergetRenderer(String type)Deprecated.
-
-
-
Field Detail
-
GROOVY
public static final String GROOVY
Deprecated.- See Also:
- Constant Field Values
-
JAVA
public static final String JAVA
Deprecated.- See Also:
- Constant Field Values
-
BEANSHELL
public static final String BEANSHELL
Deprecated.- See Also:
- Constant Field Values
-
BSH
public static final String BSH
Deprecated.- See Also:
- Constant Field Values
-
XML
public static final String XML
Deprecated.- See Also:
- Constant Field Values
-
XHTML
public static final String XHTML
Deprecated.- See Also:
- Constant Field Values
-
LZX
public static final String LZX
Deprecated.- See Also:
- Constant Field Values
-
HTML
public static final String HTML
Deprecated.- See Also:
- Constant Field Values
-
CPP
public static final String CPP
Deprecated.- See Also:
- Constant Field Values
-
CXX
public static final String CXX
Deprecated.- See Also:
- Constant Field Values
-
CPLUSPLUS
public static final String CPLUSPLUS
Deprecated.- See Also:
- Constant Field Values
-
-