Class RestartResponseWithTargetException

  • All Implemented Interfaces:
    Serializable

    public class RestartResponseWithTargetException
    extends org.apache.wicket.AbstractRestartResponseException
    Causes wicket to interrupt current request processing and immediately respond with the specified IRequestTarget.
    Since:
    6.0.0
    Version:
    $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
    See Also:
    Serialized Form
    • Constructor Detail

      • RestartResponseWithTargetException

        public RestartResponseWithTargetException​(org.apache.wicket.IRequestTarget requestTarget)