public abstract class BaseDebugComponent
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Constructor and Description |
---|
BaseDebugComponent() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(FacesContext context) |
abstract Map |
getDebugData()
Retrieves the debug data to show for the component as a Map
|
boolean |
getRendersChildren() |
String |
getTitle()
Returns the title
|
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setTitle(String title)
Sets the title
|
outputAttribute
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
getFamily
public abstract Map getDebugData()
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
UIComponent.encodeBegin(javax.faces.context.FacesContext)
public boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
UIComponent.getRendersChildren()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
StateHolder.saveState(javax.faces.context.FacesContext)
public String getTitle()
public void setTitle(String title)
title
- The titleCopyright © 2005–2017 Alfresco Software. All rights reserved.