com.raritantechnologies.quickstart.userInterface
Class DynamicHighlightingServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.quickstart.userInterface.DynamicHighlightingServlet

public class DynamicHighlightingServlet
extends HttpServlet

Enables a highlighting service (e.g. Verity Dynamic Highlighting for example.) to be applied to a retrieved document. This enables documents ( even those that are not indexed) to be highlighted.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
DynamicHighlightingServlet()
           
 
Method Summary
 java.lang.String getOutput()
           
 void service(HttpServletRequest pReq, HttpServletResponse pRes)
           
 void setOutput(java.lang.String output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicHighlightingServlet

public DynamicHighlightingServlet()
Method Detail

service

public void service(HttpServletRequest pReq,
                    HttpServletResponse pRes)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException

setOutput

public void setOutput(java.lang.String output)

getOutput

public java.lang.String getOutput()