|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.faces.dhtml.renderkit.IlvRendererManager
public class IlvRendererManager
The renderer manager handles the manager state of each component of a page.
This manager is internally used by the renderers or the dependency manager to
determine if a component has already been rendered or not.
| Constructor Summary | |
|---|---|
IlvRendererManager()
Creates a new IlvRendererManager instance. |
|
| Method Summary | |
|---|---|
boolean |
isRendered(UIComponent component)
Returns the rendering state of a component. |
void |
setRendered(UIComponent component)
Flags the component parameter as 'rendered'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvRendererManager()
IlvRendererManager instance.
| Method Detail |
|---|
public void setRendered(UIComponent component)
IlvDHTMLRenderer.encodeEnd method.
component - The component that has been rendered.public boolean isRendered(UIComponent component)
component - The component to test.
true if the component has already been rendered, false otherwise.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||