Class TkPrevious

  • All Implemented Interfaces:
    Take

    public final class TkPrevious
    extends Object
    implements Take
    Take that redirects to previous URL

    The class is immutable and thread-safe.

    Since:
    1.10
    • Constructor Detail

      • TkPrevious

        public TkPrevious​(Take take)
        Ctor.
        Parameters:
        take - Original take
    • Method Detail

      • act

        public Response act​(Request req)
                     throws Exception
        Description copied from interface: Take
        Convert request to response.
        Specified by:
        act in interface Take
        Parameters:
        req - Request to process
        Returns:
        Response
        Throws:
        Exception - If fails