|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomTag | |
---|---|
org.eclipse.jet.taglib | Interfaces and abstract classes for implement custom JET tags. |
org.eclipse.jet.taglib.java | Define utility functions for interacting with the Standard JET Java tags. |
Uses of CustomTag in org.eclipse.jet.taglib |
---|
Subinterfaces of CustomTag in org.eclipse.jet.taglib | |
---|---|
interface |
ConditionalTag
Interface to a conditional tag. |
interface |
ContainerTag
Interface to a container tag. |
interface |
EmptyTag
Define characteristics of a JET2 emptyTag. |
interface |
FunctionTag
Define a JET2 function tag. |
interface |
IteratingTag
Define the behavior of a JET2 iterating tag. |
interface |
OtherTag
Represent a fully generate tag implementation. |
Classes in org.eclipse.jet.taglib that implement CustomTag | |
---|---|
class |
AbstractConditionalTag
Partial implementation of ConditionalTag |
class |
AbstractContainerTag
An abstract implementation of ContainerTag . |
class |
AbstractCustomTag
An abstract base class for all implementations of CustomTag . |
class |
AbstractEmptyTag
An abstract implementation of EmptyTag . |
class |
AbstractFunctionTag
Abstract implementation a tag element that treats is body content as if it where an argument to a function, and writes the resulting calculation to the output. |
class |
AbstractIteratingTag
An abstract implementation of IteratingTag . |
class |
AbstractOtherTag
An abstract implementation of OtherTag . |
Methods in org.eclipse.jet.taglib that return CustomTag | |
---|---|
CustomTag |
CustomTag.getParent()
Return the parent tag. |
CustomTag |
AbstractCustomTag.getParent()
|
CustomTag |
TagDefinition.newTagElement()
Create a new instance of the tag element |
CustomTag |
TagLibrary.newTagElement(java.lang.String tagNCName)
|
Methods in org.eclipse.jet.taglib with parameters of type CustomTag | |
---|---|
void |
CustomTag.setParent(CustomTag parent)
Set the custom tag representing the parent of this tag. |
void |
AbstractCustomTag.setParent(CustomTag parent)
|
Uses of CustomTag in org.eclipse.jet.taglib.java |
---|
Methods in org.eclipse.jet.taglib.java with parameters of type CustomTag | |
---|---|
static org.eclipse.jet.internal.taglib.java.PackageTag |
JavaActionsUtil.findContainingJavaPackageTag(CustomTag tag)
|
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |