Interface NamedQuerySearchable
- All Known Implementing Classes:
AbstractSearchableController,MediaController
public interface NamedQuerySearchable
Interface to specify that a web component is searchable by named query.
-
Method Summary
Modifier and TypeMethodDescriptiongetNamedQuery(javax.servlet.http.HttpServletRequest request) Get the named query from the request.
-
Method Details
-
getNamedQuery
Get the named query from the request.- Parameters:
request- - the http servlet request- Returns:
- the named query or
nullif the request does not contain a named query
-