@JSFComponent(name="ui:debug")
 @JSFJspProperty(name="binding",
                tagExcluded=true)
public final class UIDebug
extends UIComponentBase
| Modifier and Type | Field and Description | 
|---|---|
| static String | COMPONENT_FAMILY | 
| static String | COMPONENT_TYPE | 
| static String | DEFAULT_HOTKEY | 
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 and Description | 
|---|
| UIDebug() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | debugRequest(FacesContext faces) | 
| void | encodeBegin(FacesContext faces) | 
| List<UIComponent> | getChildren() | 
| String | getFamily() | 
| String | getHotkey()The hot key to use in combination with 'CTRL' + 'SHIFT' to launch the debug window. | 
| String | getId() | 
| void | setHotkey(String hotkey) | 
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_HOTKEY
public String getFamily()
getFamily in class UIComponentpublic List<UIComponent> getChildren()
getChildren in class UIComponentBasepublic void encodeBegin(FacesContext faces) throws IOException
encodeBegin in class UIComponentBaseIOExceptionpublic static boolean debugRequest(FacesContext faces)
@JSFProperty(tagExcluded=true) public String getId()
getId in class UIComponentBase@JSFProperty public String getHotkey()
public void setHotkey(String hotkey)
Copyright © 2022 The Apache Software Foundation. All rights reserved.