Class AbortBySendRedirect

  • All Implemented Interfaces:
    AbortingReason

    public class AbortBySendRedirect
    extends java.lang.Object
    implements AbortingReason
    The aborting reason for send-redirect. In other words, the client will redirect the specified URL.
    Author:
    tomyeh
    • Constructor Summary

      Constructors 
      Constructor Description
      AbortBySendRedirect​(java.lang.String url, java.lang.String target)
      Constructs an aborting reason for send-redirect.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Called to process this aborting reason.
      void finish()
      Called after all processing is done, and just before deactivating the execution.
      AuResponse getResponse()
      Returns the response representing this aborting reason.
      boolean isAborting()
      Returns whether to abort the execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait