org.apache.myfaces.tobago.taglib.component
Class AttributeTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by 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

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
AttributeTag()
           
 
Method Summary
 int doStartTag()
           
abstract  Object getNameAsBindingOrExpression()
           
abstract  String getNameExpression()
           
abstract  String getNameValue()
           
abstract  Object getValueAsBindingOrExpression()
           
abstract  String getValueExpression()
           
abstract  String getValueValue()
           
abstract  boolean isNameLiteral()
           
abstract  boolean isValueLiteral()
           
 
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
 

Constructor Detail

AttributeTag

public AttributeTag()
Method Detail

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.