|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.rich.component.fragment.ContextSwitchingComponent
public abstract class ContextSwitchingComponent
This class facilitates creating components that provide their own EL variables to child components.
The UIXComponent.setupVisitingContext(javax.faces.context.FacesContext) method is called before a child component is being decoded, validated or updated. It is also called before an event is delivered to a child component. Implementations should provide an implmentation of this method that puts the EL variables into scope.
The UIXComponent.tearDownVisitingContext(javax.faces.context.FacesContext) method is called after the child components have been processed. Implementations should restore any EL variables that were modified by UIXComponent.setupVisitingContext(javax.faces.context.FacesContext).
| Field Summary |
|---|
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY, TYPE |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
ContextSwitchingComponent() |
|
ContextSwitchingComponent(java.lang.String rendererType) |
|
| Method Summary | ||
|---|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
|
void |
encodeBegin(javax.faces.context.FacesContext context) |
|
void |
encodeEnd(javax.faces.context.FacesContext context) |
|
protected void |
finishComponentEncoding(javax.faces.context.FacesContext context) |
|
boolean |
invokeOnComponent(javax.faces.context.FacesContext context, java.lang.String clientId, javax.faces.component.ContextCallback callback)Override to always setup the visiting context before invoking the callback, or our children |
|
boolean |
isFlatteningChildren(javax.faces.context.FacesContext context)Returns true if this FlattenedComponent is currently flattening its children |
|
void |
processDecodes(javax.faces.context.FacesContext context) |
|
|
processFlattenedChildren(javax.faces.context.FacesContext context, org.apache.myfaces.trinidad.component.ComponentProcessingContext cpContext, org.apache.myfaces.trinidad.component.ComponentProcessor<S> childProcessor, S callbackContext)Set up the component context, process all of the renderable children of this component, and the restore the previous context, returning true if any of the children were processed. |
|
void |
processUpdates(javax.faces.context.FacesContext context) |
|
void |
processValidators(javax.faces.context.FacesContext context) |
|
void |
queueEvent(javax.faces.event.FacesEvent event) |
|
void |
restoreContext(javax.faces.context.FacesContext context)Force restore of the parent context. |
|
void |
setupContext(javax.faces.context.FacesContext context)Force setup the correct context for this component's children. |
|
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBeanType, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getFamily, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContextSwitchingComponent()
public ContextSwitchingComponent(java.lang.String rendererType)
| Method Detail |
|---|
public final void setupContext(javax.faces.context.FacesContext context)
public final void restoreContext(javax.faces.context.FacesContext context)
setupContext(javax.faces.context.FacesContext) method.public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXComponentBasejavax.faces.event.AbortProcessingExceptionpublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class org.apache.myfaces.trinidad.component.UIXComponentBasejava.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class org.apache.myfaces.trinidad.component.UIXComponentBasejava.io.IOException
public boolean invokeOnComponent(javax.faces.context.FacesContext context,
java.lang.String clientId,
javax.faces.component.ContextCallback callback)
throws javax.faces.FacesException
invokeOnComponent in class org.apache.myfaces.trinidad.component.UIXComponentBasejavax.faces.FacesExceptionUIXComponent.setupVisitingContext(javax.faces.context.FacesContext), UIXComponent.tearDownVisitingContext(javax.faces.context.FacesContext)
protected final void finishComponentEncoding(javax.faces.context.FacesContext context)
throws java.io.IOException
java.io.IOException
public <S> boolean processFlattenedChildren(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.component.ComponentProcessingContext cpContext,
org.apache.myfaces.trinidad.component.ComponentProcessor<S> childProcessor,
S callbackContext)
throws java.io.IOException
processFlattenedChildren in interface org.apache.myfaces.trinidad.component.FlattenedComponentcontext - Current FacesContextcpContext - ComponentProcesingContext representing the current child iteration statechildProcessor - ComponentProcessor to call for each flattened childcallbackContext - childProcessor-specific context to be passed on each call to the childProcessorjava.io.IOException - if an error occurs while processing childrenpublic boolean isFlatteningChildren(javax.faces.context.FacesContext context)
true if this FlattenedComponent is currently flattening its childrenisFlatteningChildren in interface org.apache.myfaces.trinidad.component.FlattenedComponentcontext - FacesContexttrue if this FlattenedComponent is currently flattening its children
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||