public class SubviewComponent
extends javax.faces.component.UINamingContainer
Specialized implementation of UINamingContainer
that
provides ViewController
functionality for subviews.
Constructor and Description |
---|
SubviewComponent() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
Prior to the standard processing, call the
prerender()
callback on the ViewController associated with this subview,
if any. |
String |
getFamily()
Return the component family for this component.
|
void |
processDecodes(javax.faces.context.FacesContext context)
Prior to the standard processing, call the
preprocess()
callback on the ViewController associated with this subview,
if any. |
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public String getFamily()
Return the component family for this component.
getFamily
in class javax.faces.component.UINamingContainer
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
Prior to the standard processing, call the prerender()
callback on the ViewController
associated with this subview,
if any.
encodeBegin
in class javax.faces.component.UIComponentBase
context
- FacesContext
for the current requestIOException
- if an input/output error occurspublic void processDecodes(javax.faces.context.FacesContext context)
Prior to the standard processing, call the preprocess()
callback on the ViewController
associated with this subview,
if any.
processDecodes
in class javax.faces.component.UIComponentBase
context
- FacesContext
for the current requestCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.