public class HtmlDoctype extends UIOutput
By default, the rendererType
property must be set to "javax.faces.Doctype
".
This value can be changed by calling the setRendererType()
method.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlDoctype.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE
The standard component type for this component.
|
COMPONENT_FAMILY
bindings
Constructor and Description |
---|
HtmlDoctype() |
Modifier and Type | Method and Description |
---|---|
String |
getPublic()
Return the value of the
public property. |
String |
getRootElement()
Return the value of the
rootElement property. |
String |
getSystem()
Return the value of the
system property. |
void |
setPublic(String _public)
Set the value of the
public property. |
void |
setRootElement(String rootElement)
Set the value of the
rootElement property. |
void |
setSystem(String system)
Set the value of the
system property. |
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getContainerClientId, getValueExpression, setValueExpression
public static final String COMPONENT_TYPE
The standard component type for this component.
public String getPublic()
Return the value of the public
property.
Contents:
public void setPublic(String _public)
Set the value of the public
property.
public String getRootElement()
Return the value of the rootElement
property.
Contents:
public void setRootElement(String rootElement)
Set the value of the rootElement
property.
public String getSystem()
Return the value of the system
property.
Contents:
public void setSystem(String system)
Set the value of the system
property.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.