public class HtmlTag extends AbstractFacesTag
Render an HTML <html> element for
the Struts-Faces Integration Library.
bundle, style, styleClass, valuebodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
HtmlTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Override
doStartTag() method to also set a page
context attribute if xhtml is >true. |
java.lang.String |
getComponentType()
Return the type of component to be created for this tag.
|
java.lang.String |
getRendererType()
Return the
rendererType to be used for rendering
our component. |
void |
release()
Release resources allocated to this tag instance.
|
void |
setLocale(java.lang.String locale) |
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
|
void |
setXhtml(java.lang.String xhtml) |
setBooleanAttribute, setBundle, setIntegerAttribute, setStringAttribute, setStyle, setStyleClass, setValuecreateComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRenderedaddChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, 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 setLocale(java.lang.String locale)
public void setXhtml(java.lang.String xhtml)
public java.lang.String getComponentType()
Return the type of component to be created for this tag.
getComponentType in class AbstractFacesTagpublic int doStartTag()
throws javax.servlet.jsp.JspException
Override doStartTag() method to also set a page
context attribute if xhtml is >true.
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.faces.webapp.UIComponentClassicTagBasejavax.servlet.jsp.JspExceptionpublic java.lang.String getRendererType()
Return the rendererType to be used for rendering
our component.
getRendererType in class AbstractFacesTagpublic void release()
Release resources allocated to this tag instance.
release in interface javax.servlet.jsp.tagext.Tagrelease in class AbstractFacesTagprotected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setProperties in class AbstractFacesTagcomponent - Component whose attributes should be overriddenCopyright © 2000–2025 Apache Software Foundation. All rights reserved.