org.apache.myfaces.tobago.taglib.component
Interface ImageTagDeclaration

All Superinterfaces:
HasBinding, HasBorder, HasDimension, HasHeight, HasId, HasIdBindingAndRendered, HasTip, HasWidth, IsRendered, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
ImageTag

public interface ImageTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasBorder, HasDimension, HasTip

Renders a Image.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setAlt(String alt)
          Alternate textual description of the image rendered by this component.
 void setValue(String value)
          Absolute url to an image or image name to lookup in tobago resource path
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBorder
setBorder
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasHeight
setHeight
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 

Method Detail

setValue

void setValue(String value)
Absolute url to an image or image name to lookup in tobago resource path


setAlt

void setAlt(String alt)
Alternate textual description of the image rendered by this component.



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.