public class BufferingRequestDispatcher extends Object
Constructor and Description |
---|
BufferingRequestDispatcher(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
CharArrayWriter |
include(String path)
Return the contents of the given path.
|
public BufferingRequestDispatcher(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public CharArrayWriter include(String path) throws javax.servlet.ServletException, IOException
path
- The path to dispatch the request to.javax.servlet.ServletException
- If an error occured dispatching the request.IOException
- If an error occured dispatching the request.Copyright © 2002-2021 Atlassian. All Rights Reserved.