| |
|
| java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIViewRoot
Constructor Summary | |
public | UIViewRoot() Construct an instance of the UIViewRoot. |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
UNIQUE_ID_PREFIX | final public static String UNIQUE_ID_PREFIX(Code) | | |
UIViewRoot | public UIViewRoot()(Code) | | Construct an instance of the UIViewRoot.
|
addPhaseListener | public void addPhaseListener(PhaseListener phaseListener)(Code) | | Adds a The phaseListeners attached to ViewRoot.
|
getAfterPhaseListener | public MethodExpression getAfterPhaseListener()(Code) | | Gets
the new afterPhaseListener value |
getBeforePhaseListener | public MethodExpression getBeforePhaseListener()(Code) | | Gets
the new beforePhaseListener value |
getLocale | public Locale getLocale()(Code) | | Gets The locale for this ViewRoot.
the new locale value |
getRenderKitId | public String getRenderKitId()(Code) | | Gets The initial value of this component.
the new renderKitId value |
getViewId | public String getViewId()(Code) | | Gets The viewId.
the new viewId value |
removePhaseListener | public void removePhaseListener(PhaseListener phaseListener)(Code) | | Removes a The phaseListeners attached to ViewRoot.
|
setAfterPhaseListener | public void setAfterPhaseListener(MethodExpression afterPhaseListener)(Code) | | Sets
Parameters: afterPhaseListener - the new afterPhaseListener value |
setBeforePhaseListener | public void setBeforePhaseListener(MethodExpression beforePhaseListener)(Code) | | Sets
Parameters: beforePhaseListener - the new beforePhaseListener value |
setLocale | public void setLocale(Locale locale)(Code) | | Sets The locale for this ViewRoot.
Parameters: locale - the new locale value |
setRenderKitId | public void setRenderKitId(String renderKitId)(Code) | | Sets The initial value of this component.
Parameters: renderKitId - the new renderKitId value |
setViewId | public void setViewId(String viewId)(Code) | | Sets The viewId.
Parameters: viewId - the new viewId value |
Methods inherited from javax.faces.component.UIComponentBase | protected void addFacesListener(FacesListener listener)(Code)(Java Doc) public void broadcast(FacesEvent event) throws AbortProcessingException(Code)(Java Doc) public void decode(FacesContext context)(Code)(Java Doc) public void encodeBegin(FacesContext context) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context) throws IOException(Code)(Java Doc) public UIComponent findComponent(String expr)(Code)(Java Doc) public Map<String, Object> getAttributes()(Code)(Java Doc) public int getChildCount()(Code)(Java Doc) public List<UIComponent> getChildren()(Code)(Java Doc) public String getClientId(FacesContext context)(Code)(Java Doc) T getExpressionValue(String attribute, T explizitValue, T defaultValueIfExpressionNull)(Code)(Java Doc) protected FacesContext getFacesContext()(Code)(Java Doc) protected FacesListener[] getFacesListeners(Class clazz)(Code)(Java Doc) public UIComponent getFacet(String name)(Code)(Java Doc) public int getFacetCount()(Code)(Java Doc) public Map<String, UIComponent> getFacets()(Code)(Java Doc) public Iterator<UIComponent> getFacetsAndChildren()(Code)(Java Doc) public String getId()(Code)(Java Doc) public UIComponent getParent()(Code)(Java Doc) protected Renderer getRenderer(FacesContext context)(Code)(Java Doc) public String getRendererType()(Code)(Java Doc) public boolean getRendersChildren()(Code)(Java Doc) public ValueBinding getValueBinding(String name)(Code)(Java Doc) public boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) throws FacesException(Code)(Java Doc) public boolean isRendered()(Code)(Java Doc) public boolean isTransient()(Code)(Java Doc) public void processDecodes(FacesContext context)(Code)(Java Doc) public void processRestoreState(FacesContext context, Object state)(Code)(Java Doc) public Object processSaveState(FacesContext context)(Code)(Java Doc) public void processUpdates(FacesContext context)(Code)(Java Doc) public void processValidators(FacesContext context)(Code)(Java Doc) public void queueEvent(FacesEvent event)(Code)(Java Doc) protected void removeFacesListener(FacesListener listener)(Code)(Java Doc) public static Object restoreAttachedState(FacesContext context, Object stateObj) throws IllegalStateException(Code)(Java Doc) public void restoreState(FacesContext context, Object state)(Code)(Java Doc) public static Object saveAttachedState(FacesContext context, Object attachedObject)(Code)(Java Doc) public Object saveState(FacesContext context)(Code)(Java Doc) public void setId(String id)(Code)(Java Doc) public void setParent(UIComponent parent)(Code)(Java Doc) public void setRendered(boolean rendered)(Code)(Java Doc) public void setRendererType(String rendererType)(Code)(Java Doc) public void setTransient(boolean transientFlag)(Code)(Java Doc) public void setValueBinding(String name, ValueBinding binding)(Code)(Java Doc)
|
|
|
|