|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract factory that returns TagHandler
s
based on the tag name.
Method Summary | |
jgb.builder.TagHandler |
getHandlerFor(String tagName)
Returns a TagHandler for the
named tag.
|
Method Detail |
public jgb.builder.TagHandler getHandlerFor(String tagName) throws ClassNotFoundException
TagHandler
for the
named tag.
This method must return the same instance each time it is called with
the same argument. This way, tag handlers can store information in their
instance variables, although this is discouraged.
ClassNotFoundException
- If the named tag does not exist or is
not understood by this factory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |