|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
ilog.views.faces.dhtml.renderkit.IlvDebugDependenciesRenderer
public class IlvDebugDependenciesRenderer
This class defines the renderer designed to render an
IlvDebugDependencies component.
It generates a DIV HTML element filled with a list of the unresolved
dependencies at the moment this renderer is called.
| Constructor Summary | |
|---|---|
IlvDebugDependenciesRenderer()
Creates a new IlvDebugDependenciesRenderer instance. |
|
| Method Summary | |
|---|---|
void |
encodeEnd(FacesContext context,
UIComponent component)
|
static String |
getRendererType()
Returns the type of this renderer. |
protected void |
printUnresolvedDependencies(ResponseWriter writer,
ArrayList list)
Prints the HTML code needed to display any unresolved dependencies into the writer. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, decode, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvDebugDependenciesRenderer()
IlvDebugDependenciesRenderer instance.
| Method Detail |
|---|
public static String getRendererType()
public void encodeEnd(FacesContext context,
UIComponent component)
throws IOException
encodeEnd in class RendererIOException
protected void printUnresolvedDependencies(ResponseWriter writer,
ArrayList list)
throws IOException
writer - The writer into which to print.list - The list of ComponentCreationListener listeners
that were not called.
IOException
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||