Uses of Class
org.ocpsoft.rewrite.faces.config.PhaseAction

Packages that use PhaseAction
Package
Description
 
  • Uses of PhaseAction in org.ocpsoft.rewrite.faces.config

    Modifier and Type
    Method
    Description
    PhaseAction.retrieveFrom(org.ocpsoft.rewrite.bind.Retrieval retrieval)
    Create an Operation that invokes the given Retrieval and processes InvocationResultHandler instances on the result value (if any).
    PhaseAction.submitTo(org.ocpsoft.rewrite.bind.Submission to, org.ocpsoft.rewrite.bind.Retrieval from)
    Create an Operation that invokes Submission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), and uses the result of the given Retrieval.retrieve(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext) as the value for this submission.