org.apache.myfaces.tobago.taglib.extension
Class SeparatorExtensionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.myfaces.tobago.taglib.extension.SeparatorExtensionTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, HasBinding, HasId, HasIdBindingAndRendered, HasLabel, IsRendered
public class SeparatorExtensionTag
- extends javax.servlet.jsp.tagext.BodyTagSupport
- implements HasIdBindingAndRendered, HasLabel
Renders a separator.
Short syntax of:
<tc:separator>
<f:facet name="label">
<tc:label value="label"/>
</f:facet>
</tc:separator>
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 |
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setBinding(java.lang.String binding)
The value binding expression linking this component to a property in a backing bean. |
void |
setLabel(java.lang.String label)
Text value to display as label. |
void |
setRendered(java.lang.String rendered)
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form submit. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
setId |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
SeparatorExtensionTag
public SeparatorExtensionTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class javax.servlet.jsp.tagext.BodyTagSupport
setBinding
public void setBinding(java.lang.String binding)
throws javax.servlet.jsp.JspException
- Description copied from interface:
HasBinding
- The value binding expression linking this component to a property in a backing bean.
Warning: For the tobago extension library tx the binding differs from JSP and Facelets:
- JSP: The component is the inner main control (e. g. UIInput).
- Facelets: The component is the outer UIPanel.
- Specified by:
setBinding
in interface HasBinding
- Throws:
javax.servlet.jsp.JspException
setRendered
public void setRendered(java.lang.String rendered)
- Description copied from interface:
IsRendered
- Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form submit.
- Specified by:
setRendered
in interface IsRendered
setLabel
public void setLabel(java.lang.String label)
- Description copied from interface:
HasLabel
- Text value to display as label.
If text contains an underscore the next character is used as accesskey.
- Specified by:
setLabel
in interface HasLabel
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.