Package com.webmethods.caf.faces.context
Class CafPartialViewContextWrapper
java.lang.Object
javax.faces.context.PartialViewContext
javax.faces.context.PartialViewContextWrapper
com.webmethods.caf.faces.context.CafPartialViewContextWrapper
- All Implemented Interfaces:
FacesWrapper<PartialViewContext>
Subclass to add the the CAF dynamic message update scripts
before and after the changes are rendered in the ajax response document.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Field Summary
FieldsFields inherited from class javax.faces.context.PartialViewContext
ALL_PARTIAL_PHASE_CLIENT_IDS, PARTIAL_EVENT_PARAM_NAME, PARTIAL_EXECUTE_PARAM_NAME, PARTIAL_RENDER_PARAM_NAME, RESET_VALUES_PARAM_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionCafPartialViewContextWrapper
(FacesContext context, PartialViewContext wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoid
processPartial
(PhaseId phaseId) protected void
superProcessPartial
(PhaseId phaseId) Methods inherited from class javax.faces.context.PartialViewContextWrapper
getEvalScripts, getExecuteIds, getRenderIds, isAjaxRequest, isExecuteAll, isPartialRequest, isRenderAll, isResetValues, release, setPartialRequest, setRenderAll
-
Field Details
-
ctx
-
wrapped
-
-
Constructor Details
-
CafPartialViewContextWrapper
-
-
Method Details
-
getWrapped
- Specified by:
getWrapped
in interfaceFacesWrapper<PartialViewContext>
- Overrides:
getWrapped
in classPartialViewContextWrapper
-
getPartialResponseWriter
- Overrides:
getPartialResponseWriter
in classPartialViewContextWrapper
-
processPartial
- Overrides:
processPartial
in classPartialViewContextWrapper
-
superProcessPartial
-