| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.component | |
| org.apache.myfaces.trinidad.context | |
| org.apache.myfaces.trinidad.render | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | UIXComponent. addPartialTarget(javax.faces.context.FacesContext facesContext,
                PartialPageContext partialContext,
                javax.faces.component.UIComponent component)Add a component as a partial target to the current request. | 
| javax.faces.component.visit.VisitResult | UIXComponent. partialEncodeVisit(javax.faces.component.visit.VisitContext visitContext,
                  PartialPageContext partialContext,
                  javax.faces.component.visit.VisitCallback callback)
 Called when visiting the component during optimized partial page encoding so that the
 component can modify what is actually encoded. | 
| protected void | UIXComponent. setPartialTarget(javax.faces.context.FacesContext facesContext,
                PartialPageContext partialContext)Marks this component as a partial target for this request. | 
| protected void | UIXColumn. setPartialTarget(javax.faces.context.FacesContext facesContext,
                PartialPageContext partialContext)When the column is being PPR-ed, we have to PPR the entire table
 Note that this will work for the nested columns too because the parent column's 
 setPartialTarget() will in turn delegate to the table | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract PartialPageContext | RenderingContext. getPartialPageContext()Get the ParialPageContext that is attached to this RenderingContext | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.faces.component.visit.VisitResult | CoreRenderer. partialEncodeVisit(javax.faces.component.visit.VisitContext visitContext,
                  PartialPageContext partialContext,
                  javax.faces.component.UIComponent component,
                  javax.faces.component.visit.VisitCallback callback)
 Called when visiting the CoreRenderer's component during optimized partial page encoding so
 that the CoreRenderer can modify what is actually encoded. | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.