com.browseengine.bobo.server.protocol
Class BoboHttpRequestParam

java.lang.Object
  extended by org.apache.solr.common.params.SolrParams
      extended by com.browseengine.bobo.server.protocol.BoboHttpRequestParam
All Implemented Interfaces:
Serializable

public class BoboHttpRequestParam
extends org.apache.solr.common.params.SolrParams

See Also:
Serialized Form

Constructor Summary
BoboHttpRequestParam(javax.servlet.http.HttpServletRequest req)
           
 
Method Summary
 String get(String name)
           
 Iterator<String> getParameterNamesIterator()
           
 String[] getParams(String param)
           
 
Methods inherited from class org.apache.solr.common.params.SolrParams
fpname, get, getBool, getBool, getDouble, getDouble, getFieldBool, getFieldBool, getFieldDouble, getFieldDouble, getFieldFloat, getFieldFloat, getFieldInt, getFieldInt, getFieldParam, getFieldParam, getFieldParams, getFloat, getFloat, getInt, getInt, parseBool, required, toMap, toMultiMap, toNamedList, toSolrParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoboHttpRequestParam

public BoboHttpRequestParam(javax.servlet.http.HttpServletRequest req)
Method Detail

get

public String get(String name)
Specified by:
get in class org.apache.solr.common.params.SolrParams

getParameterNamesIterator

public Iterator<String> getParameterNamesIterator()
Specified by:
getParameterNamesIterator in class org.apache.solr.common.params.SolrParams

getParams

public String[] getParams(String param)
Specified by:
getParams in class org.apache.solr.common.params.SolrParams


Copyright © 2005-2012. All Rights Reserved.