|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TranscodingUtils.MarkupLanguage>
org.alembik.util.TranscodingUtils.MarkupLanguage
public static enum TranscodingUtils.MarkupLanguage
The mark-up languages supported by the web rendering engine. Each entry contains additional information on the relevant mark-up type.
TranscodingUtils.MARKUP_LANGUAGE,
TranscodingUtils.setMarkupLanguage(Text, org.alembik.util.TranscodingUtils.MarkupLanguage),
TranscodingUtils.getMarkupLanguage(Text)| Enum Constant Summary | |
|---|---|
WML_1_1
WML 1.1 |
|
WML_1_2
WML 1.1 |
|
WML_1_3
WML 1.3 |
|
XHTML_BASIC_1_0
XHTML Basic 1.0 |
|
XHTML_BASIC_1_1
XHTML Basic 1.1 |
|
XHTML_MP_1_0
XHTML Mobile Profile 1.0 |
|
XHTML_MP_1_1
XHTML Mobile Profile 1.1 |
|
XHTML_MP_1_2
XHTML Mobile Profile 1.2 |
|
| Method Summary | |
|---|---|
java.lang.String |
contentType()
Gets the mime-type of documents of this markup language. |
java.lang.String |
docTypeName()
Gets the type of documents of this markup language. |
java.lang.String |
docTypePublicId()
Gets the DTD public ID of documents of this markup language. |
java.lang.String |
docTypeSystemId()
Gets the DTD system ID of documents of this markup language. |
javax.naming.Name |
path()
Gets the server internal path for the tag filtering configuration of this markup language. |
static TranscodingUtils.MarkupLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.MarkupLanguage[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
java.lang.String |
xmlns()
Gets the XML schema namespace of documents of this markup language. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TranscodingUtils.MarkupLanguage WML_1_1
public static final TranscodingUtils.MarkupLanguage WML_1_2
public static final TranscodingUtils.MarkupLanguage WML_1_3
public static final TranscodingUtils.MarkupLanguage XHTML_BASIC_1_0
public static final TranscodingUtils.MarkupLanguage XHTML_BASIC_1_1
public static final TranscodingUtils.MarkupLanguage XHTML_MP_1_0
public static final TranscodingUtils.MarkupLanguage XHTML_MP_1_1
public static final TranscodingUtils.MarkupLanguage XHTML_MP_1_2
| Method Detail |
|---|
public static final TranscodingUtils.MarkupLanguage[] values()
for(TranscodingUtils.MarkupLanguage c : TranscodingUtils.MarkupLanguage.values())
System.out.println(c);
public static TranscodingUtils.MarkupLanguage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic javax.naming.Name path()
public java.lang.String docTypeName()
public java.lang.String docTypePublicId()
public java.lang.String docTypeSystemId()
public java.lang.String xmlns()
public java.lang.String contentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||