Class JSPPageHandler
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.JSPPageHandler
-
public class JSPPageHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description JSPPageHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrenderBasicPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String bodyJsp)static voidrenderPlainInclude(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String pageJsp)static voidrenderPlainPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String pageJsp)
-
-
-
Method Detail
-
renderBasicPage
public static void renderBasicPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String bodyJsp) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
renderPlainInclude
public static void renderPlainInclude(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String pageJsp) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
renderPlainPage
public static void renderPlainPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String pageJsp) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
-