org.apache.myfaces.custom.document
Class DocumentHead

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byorg.apache.myfaces.custom.document.AbstractDocument
              extended byorg.apache.myfaces.custom.document.DocumentHead
All Implemented Interfaces:
javax.faces.component.StateHolder

public class DocumentHead
extends AbstractDocument

Document to enclose the document head. If not otherwise possible you can use state="start|end" to demarkate the document boundaries

Version:
$Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Mi, 08 Nov 2006) $
Author:
Mario Ivankovits (latest modification by $Author: grantsmith $)

Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class org.apache.myfaces.custom.document.AbstractDocument
COMPONENT_FAMILY
 
Constructor Summary
DocumentHead()
           
 
Methods inherited from class org.apache.myfaces.custom.document.AbstractDocument
getFamily, getState, hasState, isEndState, isStartState, restoreState, saveState, setState
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

DocumentHead

public DocumentHead()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.