com.raritantechnologies.dieselpoint.taglibrary
Class DieselpointPITag

java.lang.Object
  extended byBodyTagSupport
      extended bycom.raritantechnologies.dieselpoint.taglibrary.DieselpointPITag

public class DieselpointPITag
extends BodyTagSupport

Custom tag to set up a Dieselpoint faceted search. This tag should be placed at the top of a search results page.



Developed by Raritan Technologies Inc..

Author:
Ted Sullivan (Raritan Technologies)
See Also:
Serialized Form

Constructor Summary
DieselpointPITag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getEmptyQuery()
           
 java.lang.String getMaxHits()
           
 java.lang.String getQueryField()
           
 void setDieselpointSource(java.lang.String dieselSourceCategory)
           
 void setEmptyQuery(java.lang.String query)
           
 void setFormName(java.lang.String formName)
           
 void setMaxHits(java.lang.String hits)
           
 void setQueryField(java.lang.String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DieselpointPITag

public DieselpointPITag()
Method Detail

setDieselpointSource

public void setDieselpointSource(java.lang.String dieselSourceCategory)

setFormName

public void setFormName(java.lang.String formName)

setQueryField

public void setQueryField(java.lang.String field)

getQueryField

public java.lang.String getQueryField()

setEmptyQuery

public void setEmptyQuery(java.lang.String query)

getEmptyQuery

public java.lang.String getEmptyQuery()

setMaxHits

public void setMaxHits(java.lang.String hits)

getMaxHits

public java.lang.String getMaxHits()

doStartTag

public int doStartTag()