Class CmsJspContentAccessBean.CmsLocaleValueTransformer

  • All Implemented Interfaces:
    org.apache.commons.collections.Transformer
    Enclosing class:
    CmsJspContentAccessBean

    public class CmsJspContentAccessBean.CmsLocaleValueTransformer
    extends java.lang.Object
    implements org.apache.commons.collections.Transformer
    Provides a Map which lets the user access a value from the selected locale in an XML content, the input is assumed to be a String that represents a Locale.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object transform​(java.lang.Object input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • transform

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