Class StyleManager.StyleTagInfo

java.lang.Object
org.eclnt.jsfserver.util.StyleManager.StyleTagInfo
Enclosing class:
StyleManager

public static class StyleManager.StyleTagInfo extends Object
Style information for a tag.
  • Constructor Details

  • Method Details

    • getStyleName

      public String getStyleName()
    • getStyleVariantName

      public String getStyleVariantName()
    • getTagName

      public String getTagName()
    • setExtendsParentTag

      public void setExtendsParentTag(String value)
    • setExtendsParentTag

      public void setExtendsParentTag(boolean value)
    • setExtendsTag

      public void setExtendsTag(String value)
    • setExtendsVariant

      public void setExtendsVariant(String value)
    • getExtendsParentTag

      public boolean getExtendsParentTag()
    • getExtendsTag

      public String getExtendsTag()
    • getExtendsVariant

      public String getExtendsVariant()
    • getAttributes

      public Map<String,StyleManager.StyleAttributeValue> getAttributes()
      Attributes for this style - with resolution of inheritance.
    • getAttributesWithoutInheritance

      public Map<String,StyleManager.StyleAttributeValue> getAttributesWithoutInheritance()
      Attributes that are defined on this style level. No resolution of inheritance.
    • addParsedAttributeValue

      public void addParsedAttributeValue(StyleManager.StyleAttributeValue attributeValue)
    • updateParsedAttributeValue

      public void updateParsedAttributeValue(StyleManager.StyleAttributeValue attributeValue)
    • removeParsedAttributeValue

      public void removeParsedAttributeValue(String attribute)
    • getValueMap

      public Map<String,String> getValueMap()