Package org.mmbase.bridge.jsp.taglib

Interface Summary
CloudProvider Interface designed to make it possible for child tags to access a cloud (or transaction) defined in a tag
Condition Interface for 'condition' tags.
FieldProvider Interface designed to make it possible for child tags to access a field defined in a tag.
ListProvider Basic interface that parent should implement if they provide Lists.
NodeProvider Interface designed to make it possible for child tags to access a node defined in a tag
TagIdentifier Interface designed to make it possible for child tags to access a parent tag using a String id
Writer Writer tag are tags which can write something to the page (or to something else).
WriterReferrer  
 

Class Summary
AbstractNodeListTag AbstractNodeListTag, provides basic functionality for listing objects stored in MMBase
AbstractNodeProviderTag A base class for tags which provide a node.
AliasListTag This class makes a tag which can list the aliases of a Node.
CloudReferrerTag Tags which are meant to live as a child of the CloudTag, could extend this class.
CloudTag Creates a cloud object (pulling it from if session necessary).
CloudTEI The TEI class belonging to the CloudTag and descendents
ContextReferrerTag If you want to have attributes which obtain the value from a parameter or other context variable, or if you want to be able to refer to other tags, then your tag can extend from this one.
ContextTag A ContextTag is like parentheses, and as such can act as a 'namespace' (if it has an id) or as 'scope' (if it doesn't).
CountRelationsTag The CountRelationsTag can be used as a child of a 'NodeProvider' tag to show the number of relations the node has.
FieldInfoTag The FieldInfoTag can be used as a child of a 'FieldProvider' or directly under a 'NodeProvider'tag (this last behaviour perhaps should be deprecated?)
FieldListTag This class makes a tag which can list the fields of a NodeManager.
FieldReferrerTag  
FieldTag The FieldTag can be used as a child of a 'NodeProvider' tag.
ImageTag Produces a url to 'img.db'.
ImportTag The importtag puts things in the context.
ImportTEI TEI class for the ImportTag.
IndexTag The index of current item of a list.
InfoTag Deprecated.  
IntegerWriterTEI A TEI class for Writer Tags that produce Integer jsp vars.
ListConditionTag This tag can be used inside the list tag.
ListNodesTag ListNodesTag, provides functionality for listing single nodes in MMBase
ListReferrerTag Tags that can be used inside a list tag.
ListRelationsTag ListRelationsTag, a tag around bridge.Node.getRelations.
ListTag ListTag, provides functionality for listing cluster nodes ('multilevel' search) in MMBase
NodeFieldTag This is a field tag that does not need a Node tag around it, because it does provide the attribute 'number' itself.
NodeInfoTag Lives under a nodeprovider.
NodeProviderTEI The TEI class for NodeProviders.
NodeReferrerTag A tag which is a 'NodeReferrerTag's can be the child of a NodeProvider tag, which supplies a 'Node' to its child tags.
NodeTag NodeTag provides the fields of a node
RelatedNodesTag RelatedNodesTag, provides functionality for listing single related nodes in MMBase
RelatedNodeTag Needs to live under a ListRelationsTag
RemoveTag Remove an object from the Context.
SizeTag The size of a list.
StringWriterTEI A TEI class for Writer Tags that produce Integer jsp vars.
WriterHelper Tags that are Writers can use the this class.
WriterTEI Writer tags can also produce a jsp variable, for use in the body.
WriteTag The writetag can take a variable from the context and put it in a jsp variable, or write it to the page.
 



MMBase 2002