Class ForwardToView

All Implemented Interfaces:
Serializable, HttpResponse

public class ForwardToView extends RuntimeException implements HttpResponse
HttpResponse that forwards to a RequestDispatcher, such as a view. Extends from RuntimeException so that you can throw it.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • ForwardToView

      public ForwardToView(javax.servlet.RequestDispatcher dispatcher)
    • ForwardToView

      public ForwardToView(Object it, String view)
    • ForwardToView

      public ForwardToView(Class c, String view)
  • Method Details