org.apache.myfaces.tobago.taglib.component
Class AttributeTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.myfaces.tobago.taglib.component.AttributeTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public abstract class AttributeTag
- extends TagSupport
Add an attribute on the UIComponent
associated with the closest parent UIComponent custom action.
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeTag
public AttributeTag()
isNameLiteral
public abstract boolean isNameLiteral()
getNameAsBindingOrExpression
public abstract Object getNameAsBindingOrExpression()
getNameValue
public abstract String getNameValue()
getNameExpression
public abstract String getNameExpression()
isValueLiteral
public abstract boolean isValueLiteral()
getValueAsBindingOrExpression
public abstract Object getValueAsBindingOrExpression()
getValueValue
public abstract String getValueValue()
getValueExpression
public abstract String getValueExpression()
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Throws:
JspException - if a JSP error occurs
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.