public interface RequestDispatcher
Modifier and Type | Method and Description |
---|---|
void |
forward(ServletRequest request,
ServletResponse response) |
void |
include(ServletRequest request,
ServletResponse response) |
void forward(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
void include(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
Copyright © 2012. All Rights Reserved.