Annotation Type Deferred


Specifies that an element annotated with @RequestAction should be deferred to the given Phase.
Author:
Lincoln Baxter, III
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The Phase after which the action should execute.
    The Phase before which the action should execute.
  • Element Details

    • before

      Phase before
      The Phase before which the action should execute.
      Default:
      NONE
    • after

      Phase after
      The Phase after which the action should execute.
      Default:
      NONE