org.ldaptive.servlets
Class Dsmlv1ServletSearchExecutor
java.lang.Object
org.ldaptive.servlets.AbstractServletSearchExecutor
org.ldaptive.servlets.Dsmlv1ServletSearchExecutor
- All Implemented Interfaces:
- ServletSearchExecutor
public class Dsmlv1ServletSearchExecutor
- extends AbstractServletSearchExecutor
Writes search results as DSML version 1. See AbstractServletSearchExecutor.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
|
Method Summary |
protected void |
writeResponse(SearchResult result,
javax.servlet.http.HttpServletResponse response)
Writes the supplied search result to the servlet response output stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dsmlv1ServletSearchExecutor
public Dsmlv1ServletSearchExecutor()
writeResponse
protected void writeResponse(SearchResult result,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Writes the supplied search result to the servlet response output stream.
- Specified by:
writeResponse in class AbstractServletSearchExecutor
- Parameters:
result - search result to writeresponse - to write to
- Throws:
IOException - if an error occurs writing to the response
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.