|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.UIViewRootTestCase.Container
public static class UIViewRootTestCase.Container
Field Summary |
---|
Fields inherited from class javax.faces.component.UIPanel |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UIViewRootTestCase.Container()
|
Method Summary | |
---|---|
void |
encodeAll(FacesContext context)
If this component returns true from UIComponent.isRendered() , take the
following action. |
Methods inherited from class javax.faces.component.UIPanel |
---|
getFamily |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIViewRootTestCase.Container()
Method Detail |
---|
public void encodeAll(FacesContext context) throws java.io.IOException
UIComponent
If this component
returns true
from UIComponent.isRendered()
, take the
following action.
Render this component and all its children that return
true
from isRendered()
, regardless of
the value of the UIComponent.getRendersChildren()
flag.
encodeAll
in class UIComponent
java.io.IOException
- if an input/output error occurs while rendering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |