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

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

Uses of TranscodingUtils.CSSVersion in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.CSSVersion
static TranscodingUtils.CSSVersion TranscodingUtils.getCSSVersion(Text text)
          Returns the CSS support type of a transcoded page.
static TranscodingUtils.CSSVersion TranscodingUtils.CSSVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.CSSVersion[] TranscodingUtils.CSSVersion.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.CSSVersion
static void TranscodingUtils.setCSSVersion(Text text, TranscodingUtils.CSSVersion cssVersion)
          Sets the desired CSS support for a page to be transcoded.