|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchProvider
Defines the requirements for classes that provide search support.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the search network that is displayed to the user. |
MediaType[] |
getSupportedMediaTypes()
Returns an array of MediaType objects that are supported
by the provider. |
Search |
search(SearchFilter filter)
Invoked when a search is requested. |
Method Detail |
---|
MediaType[] getSupportedMediaTypes()
MediaType
objects that are supported
by the provider.
java.lang.String getName()
Search search(SearchFilter filter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |