Class RenderUnit.FluentMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.apache.sling.scripting.sightly.render.RenderUnit.FluentMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
RenderUnit

protected static class RenderUnit.FluentMap extends HashMap<String,Object>
See Also:
  • Constructor Details

    • FluentMap

      protected FluentMap()
  • Method Details

    • with

      public RenderUnit.FluentMap with(String name, Object value)
      Fluent variant of put.
      Parameters:
      name - the name of the property
      value - the value of the property
      Returns:
      this instance