|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.mode.config.CommandConfig
no.sesat.search.mode.config.AbstractXmlSearchConfiguration
no.sesat.search.mode.config.AbstractYahooSearchConfiguration
no.sesat.search.mode.config.YahooWebCommandConfig
@CommandConfig.Controller(value="YahooWebSearchCommand") public class YahooWebCommandConfig
Configuration for searches against Yahoo's Contextual Web Service. see http://developer.yahoo.com/search/web/V1/contextSearch.html
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class no.sesat.search.mode.config.CommandConfig |
|---|
CommandConfig.Controller |
| Nested classes/interfaces inherited from interface no.sesat.search.mode.config.SearchConfiguration |
|---|
SearchConfiguration.ModesW3cDomDeserialiser |
| Field Summary |
|---|
| Fields inherited from class no.sesat.search.mode.config.CommandConfig |
|---|
DEFAULT_DOCUMENTS_TO_RETURN |
| Fields inherited from interface no.sesat.search.mode.config.SearchConfiguration |
|---|
DEFAULT_PAGING_PARAMETER, DEFAULT_USER_SORT_PARAMETER |
| Constructor Summary | |
|---|---|
YahooWebCommandConfig()
|
|
| Method Summary | |
|---|---|
boolean |
getAdult()
Getter for property adult. |
String |
getAppid()
Getter for property appid. |
String |
getCountry()
Getter for property country. |
String |
getFormat()
Getter for property format. |
String |
getLanguage()
Getter for property language. |
boolean |
getSimilar()
Getter for property similar. |
String |
getSite()
Getter for property site. |
SearchConfiguration |
readSearchConfiguration(Element element,
SearchConfiguration inherit,
SearchModeFactory.Context context)
Apply the attributes found in element to 'this'. |
void |
setAdult(boolean adult)
Setter for property adult. |
void |
setAppid(String appid)
Setter for property appid. |
void |
setCountry(String country)
Setter for property country. |
void |
setFormat(String format)
Setter for property format. |
void |
setLanguage(String language)
Setter for property language. |
void |
setSimilar(boolean similar)
Setter for property uniqusimilare. |
void |
setSite(String site)
Setter for property site. |
| Methods inherited from class no.sesat.search.mode.config.AbstractYahooSearchConfiguration |
|---|
getPartnerId, setPartnerId |
| Methods inherited from class no.sesat.search.mode.config.AbstractXmlSearchConfiguration |
|---|
getEncoding, getHost, getHostHeader, getPort, setEncoding, setHost, setHostHeader, setPort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public YahooWebCommandConfig()
| Method Detail |
|---|
public boolean getSimilar()
public void setSimilar(boolean similar)
similar - New value of property similar.public String getCountry()
public void setCountry(String country)
country - New value of property country.public String getAppid()
public void setAppid(String appid)
appid - New value of property appid.public String getLanguage()
public void setLanguage(String language)
language - New value of property language.public String getSite()
public void setSite(String site)
site - New value of property site.public String getFormat()
public void setFormat(String format)
format - New value of property format.public boolean getAdult()
public void setAdult(boolean adult)
adult - New value of property adult.
public SearchConfiguration readSearchConfiguration(Element element,
SearchConfiguration inherit,
SearchModeFactory.Context context)
SearchConfiguration.ModesW3cDomDeserialiser
readSearchConfiguration in interface SearchConfiguration.ModesW3cDomDeserialiserreadSearchConfiguration in class CommandConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||