|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
javax.faces.webapp.UIComponentBodyTag
org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase
org.apache.myfaces.taglib.core.VerbatimTag
public class VerbatimTag
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.
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()
|
java.lang.String |
getComponentType()
|
java.lang.String |
getRendererType()
|
void |
setEscape(java.lang.String escape)
If true, generated markup is escaped. |
protected void |
setProperties(javax.faces.component.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 |
---|
public VerbatimTag()
Method Detail |
---|
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTag
public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class UIComponentBodyTagBase
public void setEscape(java.lang.String escape)
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.faces.webapp.UIComponentBodyTag
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |