org.apache.myfaces.taglib.core
Class VerbatimTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by javax.faces.webapp.UIComponentBodyTag
          extended by org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase
              extended by org.apache.myfaces.taglib.core.VerbatimTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class VerbatimTag
extends org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase

Outputs its body as verbatim text. No JSP tags within the verbatim tag (including JSF tags) are evaluated; the content is treated simply as literal text to be copied to the response.

Unless otherwise specified, all attributes accept static values or EL expressions.

Version:
$Revision: 670033 $ $Date: 2008-06-20 13:52:29 -0500 (Fri, 20 Jun 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentBodyTag
bodyContent
 
Fields inherited from class javax.faces.webapp.UIComponentTag
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
 
Constructor Summary
VerbatimTag()
           
 
Method Summary
 int doAfterBody()
           
 String getComponentType()
           
 String getRendererType()
           
 void setEscape(String escape)
          If true, generated markup is escaped.
protected  void setProperties(UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase
doEndTag, setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setIntegerProperty, setStringProperty, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty, setValueProperty
 
Methods inherited from class javax.faces.webapp.UIComponentBodyTag
doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

VerbatimTag

public VerbatimTag()
Method Detail

getComponentType

public String getComponentType()
Specified by:
getComponentType in class UIComponentTag

getRendererType

public String getRendererType()
Specified by:
getRendererType in class UIComponentTag

setProperties

protected void setProperties(UIComponent component)
Overrides:
setProperties in class org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase

setEscape

public void setEscape(String escape)
If true, generated markup is escaped. Default: false.


doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class UIComponentBodyTag
Throws:
javax.servlet.jsp.JspException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.