org.archive.wayback.replay
Class JSPExecutor

java.lang.Object
  extended by org.archive.wayback.replay.JSPExecutor

public class JSPExecutor
extends Object

Class which encapsulates all Replay context information needed to execute a .jsp file in the "context" of a particular replay request. This class then manages converting a jsp path into the String it produces.

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Constructor Summary
JSPExecutor(ResultURIConverter uriConverter, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResults results, CaptureSearchResult result, Resource resource)
           
 
Method Summary
 String jspToString(String jspPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPExecutor

public JSPExecutor(ResultURIConverter uriConverter,
                   javax.servlet.http.HttpServletRequest httpRequest,
                   javax.servlet.http.HttpServletResponse httpResponse,
                   WaybackRequest wbRequest,
                   CaptureSearchResults results,
                   CaptureSearchResult result,
                   Resource resource)
Method Detail

jspToString

public String jspToString(String jspPath)
                   throws javax.servlet.ServletException,
                          IOException
Throws:
javax.servlet.ServletException
IOException


Copyright © 2005-2011 Internet Archive. All Rights Reserved.