Class JKTagAttributeWrapper

java.lang.Object
com.jk.web.faces.tags.JKTagAttributeWrapper

public class JKTagAttributeWrapper extends Object
The Class JKTagAttributeWrapper.
  • Constructor Details

    • JKTagAttributeWrapper

      public JKTagAttributeWrapper(jakarta.faces.view.facelets.Tag tag, String name, String value)
      Instantiates a new JK tag attribute wrapper.
      Parameters:
      tag - the tag
      name - the name
      value - the value
    • JKTagAttributeWrapper

      public JKTagAttributeWrapper(jakarta.faces.view.facelets.TagAttribute tagAttribute)
      Instantiates a new JK tag attribute wrapper.
      Parameters:
      tagAttribute - the tag attribute
  • Method Details

    • buildAttribute

      public jakarta.faces.view.facelets.TagAttribute buildAttribute()
      Builds the attribute.
      Returns:
      the tag attribute
    • getLocalName

      public String getLocalName()
      Gets the local name.
      Returns:
      the local name
    • getLocation

      public jakarta.faces.view.Location getLocation()
      Gets the location.
      Returns:
      the location
    • getNamespace

      public String getNamespace()
      Gets the namespace.
      Returns:
      the namespace
    • getqName

      public String getqName()
      Gets the q name.
      Returns:
      the q name
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setLocalName

      public void setLocalName(String localName)
      Sets the local name.
      Parameters:
      localName - the new local name
    • setLocation

      public void setLocation(jakarta.faces.view.Location location)
      Sets the location.
      Parameters:
      location - the new location
    • setNamespace

      public void setNamespace(String namespace)
      Sets the namespace.
      Parameters:
      namespace - the new namespace
    • setqName

      public void setqName(String qName)
      Sets the q name.
      Parameters:
      qName - the new q name
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value