public class VerbatimTag
extends javax.faces.webapp.UIComponentELTag
Tag implementation that creates a UIOutput instance
and allows the user to write raw markup.
bodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
VerbatimTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody()
Set the local value of this component to reflect the nested
body content of this JSP tag.
|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
setEscape(javax.el.ValueExpression escape) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setRendered(javax.el.ValueExpression rendered)
Setter for property rendered.
|
createComponent, getELContext, hasBinding, release, setBindingaddChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriterpublic void setEscape(javax.el.ValueExpression escape)
public void setRendered(javax.el.ValueExpression rendered)
setRendered in class javax.faces.webapp.UIComponentELTagrendered - New value of property rendered.public java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagBasepublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagBaseprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentELTagpublic int doAfterBody()
throws javax.servlet.jsp.JspException
Set the local value of this component to reflect the nested body content of this JSP tag.
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.faces.webapp.UIComponentClassicTagBasejavax.servlet.jsp.JspExceptionCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.