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 java.lang.String |
COMPONENT_TYPE
The standard component type for this component.
|
COMPONENT_FAMILY
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
Constructor and Description |
---|
HtmlDoctype() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPublic()
Return the value of the
public property. |
java.lang.String |
getRootElement()
Return the value of the
rootElement property. |
java.lang.String |
getSystem()
Return the value of the
system property. |
void |
setPublic(java.lang.String _public)
Set the value of the
public property. |
void |
setRootElement(java.lang.String rootElement)
Set the value of the
rootElement property. |
void |
setSystem(java.lang.String system)
Set the value of the
system property. |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final java.lang.String COMPONENT_TYPE
The standard component type for this component.
public java.lang.String getPublic()
Return the value of the public
property.
Contents:
public void setPublic(java.lang.String _public)
Set the value of the public
property.
_public
- the new property valuepublic java.lang.String getRootElement()
Return the value of the rootElement
property.
Contents:
public void setRootElement(java.lang.String rootElement)
Set the value of the rootElement
property.
rootElement
- the new property valuepublic java.lang.String getSystem()
Return the value of the system
property.
Contents:
public void setSystem(java.lang.String system)
Set the value of the system
property.
system
- the new property value