Class CmsJspContentAccessBean.CmsHasLocaleTransformer

java.lang.Object
org.opencms.jsp.util.CmsJspContentAccessBean.CmsHasLocaleTransformer
All Implemented Interfaces:
org.apache.commons.collections.Transformer
Enclosing class:
CmsJspContentAccessBean

public class CmsJspContentAccessBean.CmsHasLocaleTransformer extends Object implements org.apache.commons.collections.Transformer
Provides Booleans that indicate if a specified locale is available in the XML content, the input is assumed to be a String that represents a Locale.

  • Constructor Details

  • Method Details

    • transform

      public Object transform(Object input)
      Specified by:
      transform in interface org.apache.commons.collections.Transformer
      See Also:
      • Transformer.transform(java.lang.Object)