Uses of Class
edu.indiana.lib.twinpeaks.util.SearchException
-
-
Uses of SearchException in edu.indiana.lib.twinpeaks.search
Methods in edu.indiana.lib.twinpeaks.search that throw SearchException Modifier and Type Method Description DocumentHttpTransactionQueryBase. getResponseDocument()Parse the server response (override as required)protected DocumentSearchResultBase. parseResponse()Parse the search engine response as HTML.static voidSearchSource. populate(InputStream xmlStream)Create a populatedSearchSourcelist.voidHttpTransactionQueryBase. setParametersFromFormInputs(Document pageDocument, String formName, List nameList)Produce a target URL for this query by combining the form "action" value with the base URL of the query pagevoidHttpTransactionQueryBase. setRedirectBehavior(int behavior)Establish a mechanism for handling redirectsvoidHttpTransactionQueryBase. setUrlFromAnchor(Element anchor)Produce a target URL for this query by combining an anchor "href" value with the base URL of the query pagevoidHttpTransactionQueryBase. setUrlFromForm(Document pageDocument, String formName)Produce a target URL for this query by combining the form "action" value with the base URL of the query pageintHttpTransactionQueryBase. submit()Submit a request (POST or GET) and read the response. -
Uses of SearchException in edu.indiana.lib.twinpeaks.search.singlesearch.musepeer
Methods in edu.indiana.lib.twinpeaks.search.singlesearch.musepeer that throw SearchException Modifier and Type Method Description protected DocumentResponse. parseResponse()Parse the search engine response as XML OverridesSearchResultBase#parseResponse() -
Uses of SearchException in edu.indiana.lib.twinpeaks.search.singlesearch.web2
Methods in edu.indiana.lib.twinpeaks.search.singlesearch.web2 that throw SearchException Modifier and Type Method Description protected DocumentWeb2Response. parseResponse()Parse the search engine response as XML OverridesSearchResultBase#parseResponse() -
Uses of SearchException in edu.indiana.lib.twinpeaks.search.sru.ss360search
Methods in edu.indiana.lib.twinpeaks.search.sru.ss360search that throw SearchException Modifier and Type Method Description protected DocumentResponse. parseResponse()Parse the search engine XML response - namespace aware OverridesSearchResultBase#parseResponse()
-