|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
net.ontopia.topicmaps.nav2.taglibs.value.BaseScopedTag
net.ontopia.topicmaps.nav2.taglibs.TMvalue.NamesTag
public class NamesTag
INTERNAL: Value Producing Tag for finding all the base names of all the topics in a collection.
Field Summary | |
---|---|
boolean |
uniqueValues
|
Fields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseScopedTag |
---|
useUserContextFilter |
Fields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag |
---|
contextTag, inputCollection |
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 net.ontopia.topicmaps.nav2.core.ScopeSupportIF |
---|
DEC_APPLICABLE_IN, DEC_INTERSECTION, DEC_SUBSET, DEC_SUPERSET, DEC_WITHIN, SCOPE_ASSOCIATIONS, SCOPE_BASENAMES, SCOPE_OCCURRENCES, SCOPE_VARIANTS |
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 | |
---|---|
NamesTag()
|
Method Summary | |
---|---|
Collection |
process(Collection topics)
INTERNAL: Process the input collection and return the output collection. |
void |
setUniqueValues(String unique)
If the result collection should not contain the same basename value more than one time. |
Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseScopedTag |
---|
getScopeDecider, getScopeFilter, setContextFilter |
Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag |
---|
accept, doEndTag, doStartTag, getInputCollection |
Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag |
---|
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 |
---|
public boolean uniqueValues
Constructor Detail |
---|
public NamesTag()
Method Detail |
---|
public Collection process(Collection topics) throws javax.servlet.jsp.JspTagException
ValueProducingTagIF
javax.servlet.jsp.JspTagException
BaseValueProducingTag
public void setUniqueValues(String unique)
unique
- - String which is mapped to boolean
(allowed values: true|yes|false|no)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |