no.sesat.search.mode.config
Class AbstractXmlSearchConfiguration

java.lang.Object
  extended by no.sesat.search.mode.config.CommandConfig
      extended by no.sesat.search.mode.config.AbstractXmlSearchConfiguration
All Implemented Interfaces:
Serializable, BaseSearchConfiguration, SearchConfiguration, SearchConfiguration.ModesW3cDomDeserialiser
Direct Known Subclasses:
AbstractYahooSearchConfiguration, PictureCommandConfig, YoutubeCommandConfig

public abstract class AbstractXmlSearchConfiguration
extends CommandConfig

Version:
$Id: AbstractXmlSearchConfiguration.java 7225 2009-04-09 00:32:20Z ssmiweve $
See Also:
Serialized Form

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
AbstractXmlSearchConfiguration()
           
 
Method Summary
 String getEncoding()
          Getter for property encoding.
 String getHost()
          Getter for property host.
 String getHostHeader()
          Getter for property hostHeader.
 String getPort()
          Getter for property port.
 void setEncoding(String encoding)
          Setter for property encoding.
 void setHost(String host)
          Setter for property host.
 void setHostHeader(String hostHeader)
          Setter for property hostHeader.
 void setPort(String port)
          Setter for property port.
 
Methods inherited from class no.sesat.search.mode.config.CommandConfig
addQueryTransformer, addResultField, addResultFields, addResultHandler, clearFieldFilters, clearQueryTransformers, clearResultHandlers, getFieldFilterMap, getId, getInitialQueryTransformer, getName, getPagingParameter, getQueryBuilder, getQueryParameter, getQueryTransformers, getResultFieldMap, getResultFields, getResultHandlers, getResultsToReturn, getStatisticalName, getUserSortParameter, isAlwaysRun, isAsynchronous, isRunBlank, parseNavigators, readSearchConfiguration, setAlwaysRun, setAsynchronous, setFieldFilters, setId, setInitialQueryTransformer, setPagingParameter, setQueryBuilder, setQueryParameter, setResultsToReturn, setRunBlank, setStatisticalName, setUserSortParameter, toString, toStringLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractXmlSearchConfiguration

public AbstractXmlSearchConfiguration()
Method Detail

getHost

public String getHost()
Getter for property host.

Returns:
Value of property host.

setHost

public void setHost(String host)
Setter for property host.

Parameters:
host - New value of property host.

getEncoding

public String getEncoding()
Getter for property encoding.

Returns:
Value of property encoding.

setEncoding

public void setEncoding(String encoding)
Setter for property encoding.

Parameters:
encoding - New value of property encoding.

getPort

public String getPort()
Getter for property port.

Returns:
Value of property port.

setPort

public void setPort(String port)
Setter for property port.

Parameters:
port - New value of property port.

getHostHeader

public String getHostHeader()
Getter for property hostHeader.

Returns:
Value of property hostHeader.

setHostHeader

public void setHostHeader(String hostHeader)
Setter for property hostHeader.

Parameters:
hostHeader - New value of property hostHeader.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.