Uses of Class
org.ocpsoft.rewrite.faces.config.PhaseAction
Packages that use PhaseAction
-
Uses of PhaseAction in org.ocpsoft.rewrite.faces.config
Methods in org.ocpsoft.rewrite.faces.config that return PhaseActionModifier and TypeMethodDescriptionstatic PhaseActionPhaseAction.retrieveFrom(org.ocpsoft.rewrite.bind.Retrieval retrieval) Create anOperationthat invokes the givenRetrievaland processesInvocationResultHandlerinstances on the result value (if any).static PhaseActionPhaseAction.submitTo(org.ocpsoft.rewrite.bind.Submission to, org.ocpsoft.rewrite.bind.Retrieval from) Create anOperationthat invokesSubmission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), and uses the result of the givenRetrieval.retrieve(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext)as the value for this submission.