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

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasConverter, HasId, HasIdBindingAndRendered, HasTip, HasValue, IsInline, IsRendered, JspTag, 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.
 void setValue(String value)
          The current value 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
 

Method Detail

setValue

void setValue(String value)
The current value of this component.

Specified by:
setValue in interface HasValue

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-2006 Apache Software Foundation. All Rights Reserved.