net.ontopia.topicmaps.nav2.taglibs.TMvalue
Class FulltextTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
          extended by net.ontopia.topicmaps.nav2.taglibs.TMvalue.FulltextTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, ValueProducingTagIF

public class FulltextTag
extends BaseValueProducingTag

INTERNAL: Tag used for executing fulltext queries and producing ranked list of topic map objects.

See Also:
Serialized Form

Field Summary
protected  String idfield
           
protected  String index_path
           
protected static org.slf4j.Logger log
           
protected  String query
           
 
Fields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
variableName
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
FulltextTag()
           
 
Method Summary
 Collection process(Collection tmObjects)
          INTERNAL: Process the input collection and return the output collection.
 void setIdField(String idfield)
          INTERNAL: Set fulltext index object id field.
 void setIndex(String index_path)
          INTERNAL: Sets the fulltext index location.
 void setQuery(String query)
          INTERNAL: Set fulltext query.
 
Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
doEndTag, doStartTag, getInputCollection, release, setOf
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log

index_path

protected String index_path

query

protected String query

idfield

protected String idfield
Constructor Detail

FulltextTag

public FulltextTag()
Method Detail

process

public Collection process(Collection tmObjects)
                   throws javax.servlet.jsp.JspTagException
Description copied from interface: ValueProducingTagIF
INTERNAL: Process the input collection and return the output collection. This collection will afterwards typically be passed up to the parent tag, which should be a value-accepting tag.

Throws:
javax.servlet.jsp.JspTagException
See Also:
BaseValueProducingTag

setIndex

public void setIndex(String index_path)
INTERNAL: Sets the fulltext index location.


setQuery

public void setQuery(String query)
INTERNAL: Set fulltext query.


setIdField

public void setIdField(String idfield)
INTERNAL: Set fulltext index object id field.



Copyright © 2000-2012 Ontopia.