com.raritantechnologies.quickstart.userInterface
Class DynamicHighlightingServlet
java.lang.Object
HttpServlet
com.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
|
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 |
DynamicHighlightingServlet
public DynamicHighlightingServlet()
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()