|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TagLoader | |
| avignon | |
| avignon.loaders | |
| Uses of TagLoader in avignon |
| Methods in avignon that return TagLoader | |
static TagLoader[] |
AvignonTagLoader.getLoaders()
Determines the TagLoaders to use when searching for tag handlers. |
static TagLoader[] |
AvignonProperties.getTagLoaders()
Determines the TagLoaders to use when searching for tag handlers. |
| Methods in avignon with parameters of type TagLoader | |
static void |
AvignonTagLoader.setLoaders(TagLoader[] loaders)
Allows the programmer to control the tag loaders that will be used. |
static void |
AvignonProperties.setTagLoaders(TagLoader[] value)
Allows the programmer to override the TagLoaders that will be used, |
| Uses of TagLoader in avignon.loaders |
| Classes in avignon.loaders that implement TagLoader | |
class |
JavaTagLoader
The standard tag loader for loading AvignonTagHandlers written in Java. |
class |
TestLoader
This is a fake TagLoader used for unit testing. |
class |
XmlTagLoader
A tag loader that makes it possible to use an abbreviated format to include test content in other XML files - makes it possible to "implement" handlers in XML. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||