public class IlvDebugDependenciesRenderer
extends javax.faces.render.Renderer
IlvDebugDependencies
component.Constructor and Description |
---|
IlvDebugDependenciesRenderer()
Creates a new
IlvDebugDependenciesRenderer instance. |
Modifier and Type | Method and Description |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
static String |
getRendererType()
Returns the type of this renderer.
|
protected void |
printUnresolvedDependencies(javax.faces.context.ResponseWriter writer,
ArrayList list)
Prints the HTML code needed to display any unresolved dependencies
into the writer.
|
public IlvDebugDependenciesRenderer()
IlvDebugDependenciesRenderer
instance.public static String getRendererType()
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void printUnresolvedDependencies(javax.faces.context.ResponseWriter writer, ArrayList list) throws IOException
writer
- The writer into which to print.list
- The list of ComponentCreationListener
listeners
that were not called.IOException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.