Uses of Class
org.alembik.util.TranscodingUtils.MarkupLanguage

Packages that use TranscodingUtils.MarkupLanguage
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
 

Uses of TranscodingUtils.MarkupLanguage in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.MarkupLanguage
static TranscodingUtils.MarkupLanguage TranscodingUtils.getMarkupLanguage(Text text)
          Returns the markup language set for a transcoded page.
static TranscodingUtils.MarkupLanguage TranscodingUtils.MarkupLanguage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.MarkupLanguage[] TranscodingUtils.MarkupLanguage.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.alembik.util with parameters of type TranscodingUtils.MarkupLanguage
static void TranscodingUtils.setMarkupLanguage(Text text, TranscodingUtils.MarkupLanguage markupLanguage)
          Sets the desired markup language for a page to be transcoded.