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

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasConverter, HasId, HasIdBindingAndRendered, HasTip, HasValue, IsInline, IsRendered, Tag, TobagoTagDeclaration
All Known Implementing Classes:
OutTag

public interface OutTagDeclaration
extends BeanTagDeclaration, HasIdBindingAndRendered, HasConverter, IsInline, HasTip, HasValue

Renders a text


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setEscape(String escape)
          Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
 void setMarkup(String markup)
          Indicate markup of this component.
 
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.HasConverter
setConverter
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsInline
setInline
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValue
setValue
 

Method Detail

setEscape

void setEscape(String escape)
Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default.


setMarkup

void setMarkup(String markup)
Indicate markup of this component. Possible values are 'none', 'strong' and 'deleted'



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