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

All Superinterfaces:
HasId, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
ObjectTag

public interface ObjectTagDeclaration
extends TobagoTagDeclaration, HasId


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setSrc(String src)
          URI to object source
 
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
 

Method Detail

setSrc

void setSrc(String src)
URI to object source



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