Class ContextProfileHtmlInputTag

  • All Implemented Interfaces:
    java.io.Serializable, IterationTag, JspTag, Tag

    public class ContextProfileHtmlInputTag
    extends TagSupport
    Implements the <personalisation:contextProfileProperty/> tag AdobePatentID="B1393"
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextProfileHtmlInputTag

        public ContextProfileHtmlInputTag()
    • Method Detail

      • setPropertyName

        public void setPropertyName​(java.lang.String propertyName)
      • setStore

        public void setStore​(java.lang.String store)
      • setClazz

        public void setClazz​(java.lang.String clazz)
      • setType

        public void setType​(java.lang.String type)
      • setName

        public void setName​(java.lang.String name)
      • setId

        public void setId​(java.lang.String id)
        Description copied from class: TagSupport
        Set the id attribute for this tag.
        Overrides:
        setId in class TagSupport
        Parameters:
        id - The String for the id.