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, setBinding
addChild, 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, setupResponseWriter
public void setEscape(javax.el.ValueExpression escape)
public void setRendered(javax.el.ValueExpression rendered)
setRendered
in class javax.faces.webapp.UIComponentELTag
rendered
- New value of property rendered.public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTagBase
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class javax.faces.webapp.UIComponentELTag
public 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.IterationTag
doAfterBody
in class javax.faces.webapp.UIComponentClassicTagBase
javax.servlet.jsp.JspException
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.