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
 Collection process(Collection inputCollection)
          INTERNAL: Process the input collection and return the output collection.
 

Method Detail

process

Collection process(Collection inputCollection)
                   throws javax.servlet.jsp.JspException
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


Copyright © 2000-2012 Ontopia.