|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Tag in org.apache.cocoon.taglib |
---|
Subinterfaces of Tag in org.apache.cocoon.taglib | |
---|---|
interface |
BodyTag
The BodyTag interface extends IterationTag. |
interface |
IterationTag
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body. |
interface |
TransformerTag
|
interface |
XMLConsumerTag
|
interface |
XMLProducerTag
|
Classes in org.apache.cocoon.taglib that implement Tag | |
---|---|
class |
TagSupport
Abstract implementation for all Tags |
class |
TransformerTagSupport
|
class |
VarTagSupport
Add support for setting and getting variables |
class |
VarTransformerTagSupport
|
class |
VarXMLProducerTagSupport
|
class |
XMLConsumerTagSupport
|
class |
XMLProducerTagSupport
|
Fields in org.apache.cocoon.taglib declared as Tag | |
---|---|
protected Tag |
TagSupport.parent
|
Methods in org.apache.cocoon.taglib that return Tag | |
---|---|
static Tag |
TagSupport.findAncestorWithClass(Tag from,
Class klass)
Find the instance of a given class type that is closest to a given instance. |
Tag |
TagSupport.getParent()
Get the parent (closest enclosing tag handler) for this tag handler. |
Tag |
Tag.getParent()
Get the parent (closest enclosing tag handler) for this tag handler. |
Methods in org.apache.cocoon.taglib with parameters of type Tag | |
---|---|
static Tag |
TagSupport.findAncestorWithClass(Tag from,
Class klass)
Find the instance of a given class type that is closest to a given instance. |
void |
TagSupport.setParent(Tag parent)
Set the parent (closest enclosing tag handler) of this tag handler. |
void |
Tag.setParent(Tag parent)
Set the parent (closest enclosing tag handler) of this tag handler. |
Uses of Tag in org.apache.cocoon.taglib.core |
---|
Subinterfaces of Tag in org.apache.cocoon.taglib.core | |
---|---|
interface |
LoopTag
Allows developers to write custom iteration tags by implementing the LoopTag interface. |
Classes in org.apache.cocoon.taglib.core that implement Tag | |
---|---|
class |
ForEachSupport
Support for tag handlers for <forEach>, the core iteration tag in JSTL 1.0. |
class |
LoopTagSupport
Cocoon taglib allows developers to write custom iteration tags by implementing the LoopTag interface. |
class |
SourceTag
|
Uses of Tag in org.apache.cocoon.taglib.datetime |
---|
Classes in org.apache.cocoon.taglib.datetime that implement Tag | |
---|---|
class |
MonthsTag
Tag months, used to loop through all the months of the year. |
Uses of Tag in org.apache.cocoon.taglib.i18n |
---|
Classes in org.apache.cocoon.taglib.i18n that implement Tag | |
---|---|
class |
LocaleTag
|
Uses of Tag in org.apache.cocoon.taglib.jxpath.core |
---|
Classes in org.apache.cocoon.taglib.jxpath.core that implement Tag | |
---|---|
class |
ForEachTag
A handler for <forEach> that accepts attributes as Strings and evaluates them as expressions at runtime. |
class |
OutTag
|
Uses of Tag in org.apache.cocoon.taglib.string |
---|
Classes in org.apache.cocoon.taglib.string that implement Tag | |
---|---|
class |
LowerCaseTag
|
class |
StringTagSupport
|
class |
TextRecordingTag
|
class |
TrimTag
|
class |
UpperCaseTag
|
Uses of Tag in org.apache.cocoon.taglib.test |
---|
Classes in org.apache.cocoon.taglib.test that implement Tag | |
---|---|
class |
HelloWorldTag
|
class |
IterationTestTag
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |