net.ontopia.topicmaps.nav2.taglibs.TMvalue
Class TologQueryTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
net.ontopia.topicmaps.nav2.taglibs.TMvalue.TologQueryTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, ValueProducingTagIF
public class TologQueryTag
- extends BaseValueProducingTag
INTERNAL: TologQueryTag evalutes a tolog query and returns a
collection of maps.
- See Also:
- Serialized Form
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 |
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 |
TologQueryTag
public TologQueryTag()
process
public Collection process(Collection tmObjects)
throws javax.servlet.jsp.JspException
- 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.JspException
- See Also:
BaseValueProducingTag
getMapCollection
protected Collection getMapCollection(QueryResultIF result)
- INTERNAL: Wraps a QueryResultIF instance in a suitable
MapCollection implementation.
setQuery
public void setQuery(String query)
setSelect
public void setSelect(String select)
setRulesfile
public void setRulesfile(String rulesfile)
setImplementation
public void setImplementation(String implementation)
Copyright © 2000-2012 Ontopia.