|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletSearchExecutor
Interface to encapsulate servlet search operations.
| Method Summary | |
|---|---|
void |
close()
Closes any resources associated with this servlet search executor. |
void |
initialize(javax.servlet.ServletConfig config)
Prepares this servlet search executor for use. |
void |
search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Reads parameters from the request, performs an ldap search, and writes the result to the response. |
| Method Detail |
|---|
void initialize(javax.servlet.ServletConfig config)
config - to initialize this object with
void search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws LdapException,
IOException
request - servlet request to read search parameters fromresponse - servlet response to write ldap search result to
LdapException - if an error occurs performing the search
IOException - if an error occurs writing to the responsevoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||