ilog.views.faces.dhtml.component
Class IlvDebugDependencies

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by ilog.views.faces.dhtml.component.IlvDebugDependencies
All Implemented Interfaces:
StateHolder

public class IlvDebugDependencies
extends UIComponentBase

The debug dependencies component is used to display the unresolved dependencies of JViews faces components. This component should be rendered after all JViews Faces components to detect unresolved references.

Since:
JViews 6.0

Constructor Summary
IlvDebugDependencies()
          Creates a new IlvDebugDependencies instance.
 
Method Summary
static String getComponentType()
          Returns the type of this component (its class name).
 String getFamily()
          Returns the family of this component.
 String getVoid()
           
 void setVoid(String v)
           
 
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, 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
 

Constructor Detail

IlvDebugDependencies

public IlvDebugDependencies()
Creates a new IlvDebugDependencies instance.

Method Detail

getComponentType

public static String getComponentType()
Returns the type of this component (its class name).

Returns:
The component type.

getFamily

public String getFamily()
Returns the family of this component.

Specified by:
getFamily in class UIComponent
Returns:
The family of this component.

getVoid

public String getVoid()
Internal method or field: do not use!

setVoid

public void setVoid(String v)
Internal method or field: do not use!


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.