|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIOutput javax.faces.component.html.HtmlDoctype
public class HtmlDoctype
NONE
By default, the rendererType
property must be set to "javax.faces.Doctype
".
This value can be changed by calling the setRendererType()
method.
Nested Class Summary | |
---|---|
protected static class |
HtmlDoctype.PropertyKeys
|
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
The standard component type for this component. |
Fields inherited from class javax.faces.component.UIOutput |
---|
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
---|
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 Summary | |
---|---|
HtmlDoctype()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.faces.component.UIOutput |
---|
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
The standard component type for this component.
Constructor Detail |
---|
public HtmlDoctype()
Method Detail |
---|
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 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.
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41