|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectavignon.AvignonTagLoader
This class attempts to load tag handlers by passing the load request on to all the TagLoaders defined in the properties file.
| Constructor Summary | |
AvignonTagLoader()
|
|
| Method Summary | |
static AvignonTagHandler |
findTagHandler(java.lang.String name)
Finds the appropiate AvignonTagHandler to use for the given tag. |
static TagLoader[] |
getLoaders()
Determines the TagLoaders to use when searching for tag handlers. |
static void |
setLoaders(TagLoader[] loaders)
Allows the programmer to control the tag loaders that will be used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AvignonTagLoader()
| Method Detail |
public static void setLoaders(TagLoader[] loaders)
loaders - The TagLoaders to use when searching for a tag handler. Setting this to null causes Avignon to use the TagLoaders defined in
the avignon.properties file again.public static TagLoader[] getLoaders()
public static AvignonTagHandler findTagHandler(java.lang.String name)
name - Name of the tag to load.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||