org.araneaframework.jsp.tag.basic
Interface AttributedTagInterface
- All Known Subinterfaces:
- FormElementTagInterface
- All Known Implementing Classes:
- BaseFormElementDisplayTag, BaseFormElementHtmlTag, BaseIncludeTag, ElementHtmlTag, PresentationTag
- public interface AttributedTagInterface
Interface of a tag that can have attributes.
- Author:
- Oleg Mürk
HTML_ELEMENT_KEY
public static final String HTML_ELEMENT_KEY
- See Also:
- Constant Field Values
ATTRIBUTED_TAG_KEY
public static final String ATTRIBUTED_TAG_KEY
- See Also:
- Constant Field Values
addAttribute
public void addAttribute(String name,
String value)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException