avignon
Interface TagLoader
- All Known Implementing Classes:
- JavaTagLoader, TestLoader, XmlTagLoader
- public interface TagLoader
This interface defines the method by which Avignon can use tags created in different languages for following different
resolution rules.
- Since:
- 3.0
|
Method Summary |
AvignonTagHandler |
findTagHandler(java.lang.String name)
An implementation of this method should attempt to load the handler associated with the given name. |
findTagHandler
public AvignonTagHandler findTagHandler(java.lang.String name)
- An implementation of this method should attempt to load the handler associated with the given name. If the loader cannot find a
matching handler, it should return
null.
- Parameters:
name - The name of the XML element for which a handler is being searched.
- Returns:
- An AvignonTagHandler implementing the actions required for the XML element or
null if one cannot be found.