Package org.fugerit.java.doc.base.config
Class InitHandler
- java.lang.Object
-
- org.fugerit.java.doc.base.config.InitHandler
-
public class InitHandler extends Object
DocTypeHandler Initializer. If AOT initialization is needed it is possible to call these Facade.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPATH_INIT_DOC
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleaninitDoc(DocTypeHandler handler)static voidinitDocAsync(DocTypeHandler handler)
-
-
-
Field Detail
-
PATH_INIT_DOC
public static final String PATH_INIT_DOC
- See Also:
- Constant Field Values
-
-
Method Detail
-
initDoc
public static boolean initDoc(DocTypeHandler handler) throws org.fugerit.java.core.cfg.ConfigException
- Throws:
org.fugerit.java.core.cfg.ConfigException
-
initDocAsync
public static void initDocAsync(DocTypeHandler handler)
-
-