|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--kawigi.template.TemplateManager
A class that keeps a list of Templatable classes.
| Constructor Summary | |
TemplateManager()
|
|
| Method Summary | |
static java.util.Set |
getKeys()
Returns the set of strings that are the names of the templatable objects. |
static kawigi.template.Templatable |
getTemplatable(java.lang.String name)
Gets a templatable object by name. |
static void |
register(java.lang.String name,
kawigi.template.Templatable templatable)
Adds a Templatable object to the template manager. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TemplateManager()
| Method Detail |
public static void register(java.lang.String name,
kawigi.template.Templatable templatable)
public static kawigi.template.Templatable getTemplatable(java.lang.String name)
public static java.util.Set getKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||