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

Field Summary
static String ATTRIBUTED_TAG_KEY
           
static String HTML_ELEMENT_KEY
           
 
Method Summary
 void addAttribute(String name, String value)
           
 

Field Detail

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
Method Detail

addAttribute

public void addAttribute(String name,
                         String value)
                  throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException