|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UINamingContainer org.apache.shale.view.faces.SubviewComponent
public class SubviewComponent
Specialized implementation of UINamingContainer
that
provides ViewController
functionality for subviews.
Field Summary |
---|
Fields inherited from class javax.faces.component.UINamingContainer |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
SubviewComponent()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubviewComponent()
Method Detail |
---|
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 request
IOException
- 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 request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |