com.sun.facelets.tag.ui
Class UIDebug

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.sun.facelets.tag.ui.UIDebug
All Implemented Interfaces:
StateHolder

public final class UIDebug
extends UIComponentBase

Version:
$Id: UIDebug.java,v 1.5 2006/05/09 02:49:40 adamwiner Exp $
Author:
Jacob Hookom

Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String DEFAULT_HOTKEY
           
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UIDebug()
           
 
Method Summary
static boolean debugRequest(FacesContext faces)
           
 void encodeBegin(FacesContext faces)
           
 List getChildren()
           
 String getFamily()
           
 String getHotkey()
           
 void setHotkey(String hotkey)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
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 String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

DEFAULT_HOTKEY

public static final String DEFAULT_HOTKEY
See Also:
Constant Field Values
Constructor Detail

UIDebug

public UIDebug()
Method Detail

getFamily

public String getFamily()
Specified by:
getFamily in class UIComponent

getChildren

public List getChildren()
Overrides:
getChildren in class UIComponentBase

encodeBegin

public void encodeBegin(FacesContext faces)
                 throws IOException
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

debugRequest

public static boolean debugRequest(FacesContext faces)

getHotkey

public String getHotkey()

setHotkey

public void setHotkey(String hotkey)


Copyright © 2005 All Rights Reserved.