|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.template.ix.TemplateGeneratorRegistry
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) class |
TemplateGeneratorRegistry.RegistryKey
|
(package private) class |
TemplateGeneratorRegistry.RegistryOrderKey
|
Field Summary | |
private static String |
CLASSNAME
|
private boolean |
isInited
|
private static File |
loadDir
|
private Map |
orderMap
|
private Map |
registryMap
|
private static String |
RESOURCE
|
private static String |
TMPL_RB
|
private Map |
topElementMap
|
Constructor Summary | |
TemplateGeneratorRegistry()
Supported API: false |
Method Summary | |
IxbElement |
getRootElement(Class containerClass,
String scriptIdentifier,
IxbDocument emptyDoc)
Supported API: false |
TemplateFragmentGenerator |
getTemplateGenerator(Class containerClass,
String handlerKey,
String scriptIdentifier)
Supported API: false |
void |
initialize()
Supported API: false |
static void |
main(String[] args)
|
List |
massageToDoList(Class contClass,
String scriptId,
List toDoList)
Internal method used to repair a broken todolist. |
private void |
updateRegistry(IxbDocument doc)
|
Class |
validateContainerClassAttribute(String className)
|
private Class |
validateItemHandler(String itemHandler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final File loadDir
private Map orderMap
private Map registryMap
private Map topElementMap
private boolean isInited
private static final String TMPL_RB
Constructor Detail |
public TemplateGeneratorRegistry() throws WTException
WTException
Method Detail |
public TemplateFragmentGenerator getTemplateGenerator(Class containerClass, String handlerKey, String scriptIdentifier) throws WTException
containerClass
- handlerKey
- scriptIdentifier
-
WTException
public void initialize() throws WTException
WTException
public List massageToDoList(Class contClass, String scriptId, List toDoList) throws WTException
contClass
- scriptId
- toDoList
-
WTException
public IxbElement getRootElement(Class containerClass, String scriptIdentifier, IxbDocument emptyDoc) throws WTException
containerClass
- scriptIdentifier
- emptyDoc
-
WTException
public Class validateContainerClassAttribute(String className) throws WTException
WTException
private Class validateItemHandler(String itemHandler) throws WTException
WTException
private void updateRegistry(IxbDocument doc) throws WTException
WTException
public static void main(String[] args) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |