org.apache.myfaces.trinidad.component.html
Class HtmlHtml
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.html.HtmlHtml
- All Implemented Interfaces:
- StateHolder
public class HtmlHtml
- extends UIXComponentBase
The html tag generates the <html> element for an HTML page.
It will automatically generate "locale" and "dir" attributes
based on the current locale.
Events:
Type |
Phases |
Description |
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing. |
Constructor Summary |
|
HtmlHtml()
Construct an instance of the HtmlHtml. |
protected |
HtmlHtml(String rendererType)
Construct an instance of the HtmlHtml. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitChildren, visitTree, visitTree |
MODE_DEFAULT
public static final String MODE_DEFAULT
- See Also:
- Constant Field Values
MODE_STRICT
public static final String MODE_STRICT
- See Also:
- Constant Field Values
MODE_QUIRKS
public static final String MODE_QUIRKS
- See Also:
- Constant Field Values
TYPE
public static final FacesBean.Type TYPE
MODE_KEY
public static final PropertyKey MODE_KEY
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
HtmlHtml
public HtmlHtml()
- Construct an instance of the HtmlHtml.
HtmlHtml
protected HtmlHtml(String rendererType)
- Construct an instance of the HtmlHtml.
getMode
public final String getMode()
- Gets Set if the page should render in default standards mode, quirks mode, or strict mode. Behavior of the modes are:
- "default": renders as transitional doctypes for both XHTML and HTML,
with "almost standards" rendering mode
- "strict": renders as a strict doctype for both XHTML and HTML, also
in standards rendering mode
- "quirks": renders HTML pages in quirks mode, and XHTML with
a transitional doctype, but standards mode (there is no quirks mode for
XHTML).
- Returns:
- the new mode value
setMode
public final void setMode(String mode)
- Sets Set if the page should render in default standards mode, quirks mode, or strict mode. Behavior of the modes are:
- "default": renders as transitional doctypes for both XHTML and HTML,
with "almost standards" rendering mode
- "strict": renders as a strict doctype for both XHTML and HTML, also
in standards rendering mode
- "quirks": renders HTML pages in quirks mode, and XHTML with
a transitional doctype, but standards mode (there is no quirks mode for
XHTML).
- Parameters:
mode
- the new mode value
getFamily
public String getFamily()
- Specified by:
getFamily
in class UIXComponentBase
getBeanType
protected FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class UIXComponentBase
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.