Interface Form.TargetResponse

  • Enclosing class:
    Form

    public static interface Form.TargetResponse
    Predefined target response supported by @TargetAfterInsert and @TargetAfterUpdate

    NOTE: You may also return:

    • Map<String, Object> for redirect to self with parameters. Will also add p_document_id parameter.
    • null for redirect to self, with documentID (if available).
    • String URL to redirect to.
    See Also:
    TargetAfterInsert, TargetAfterUpdate