Methods in com.toalango.qzarch that return Resource |
com.toalango.qzarch.Resource[] |
SearchEngine.run(java.lang.String pSearchString)
Apply all the default settings for the search engine and
perform a search based on a particular search expression. |
com.toalango.qzarch.Resource[] |
SearchEngine.run(java.lang.String pSearchString,
boolean pCaseSensitive)
Method to call to perform a search. |
com.toalango.qzarch.Resource[] |
SearchEngine.run(java.lang.String[] pFileTypes,
java.lang.String pSearchString,
boolean pCaseSensitive)
Method to call to perform a search based on particular
file types, and a given setting for case sensitivity. |
com.toalango.qzarch.Resource[] |
SearchEngine.run(java.lang.String[] pFileTypes,
java.lang.String pKeywords,
boolean pCaseSensitive,
boolean pSupportingExpression)
Method to call to provide the search engine with a full set
of arguments to the search. |
Methods in com.toalango.qzarch.servlet with parameters of type Resource |
abstract void |
AbstractQZarchServlet.handleResults(javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse,
com.toalango.qzarch.Resource[] pResources,
java.lang.String pTarget)
Hand over the processing or the request to the implementing servlet
in order to present the search result suing the desirable presentation
technology. |
void |
QZarchJSPServlet.handleResults(javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse,
com.toalango.qzarch.Resource[] pResources,
java.lang.String pTarget)
|
void |
QZarchPlainHTMLServlet.handleResults(javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse,
com.toalango.qzarch.Resource[] pResources,
java.lang.String pTarget)
|