com.sun.facelets.tag.ui
Class UIDebug
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UIDebug
public UIDebug()
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.