Package net.ontopia.topicmaps.nav2.core
Interface ValueProducingTagIF
- All Known Implementing Classes:
AssociatedTag,AssociationsTag,BaseScopedTag,BaseValueProducingAndAcceptingTag,BaseValueProducingTag,ClassesOfTag,CopyTag,FilterTag,FulltextTag,IfTag,IndicatorsTag,InstancesTag,LocatorTag,LookupTag,NamesTag,NameTag,OccurrencesTag,ReifiedTag,ReifierTag,RolesTag,ScopeTag,SourceLocatorsTag,SplitterTag,SubclassesTag,SubjectAddressTag,SuperclassesTag,TologQueryTag,TopicsTag,VariantsTag
public interface ValueProducingTagIF
INTERNAL: Implemented by tags whose functionality is such that they
process a single input collection to produce their output value.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(Collection inputCollection) INTERNAL: Process the input collection and return the output collection.
-
Method Details
-
process
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:
jakarta.servlet.jsp.JspException- See Also:
-