Package com.flowable.template.engine
Class TemplateEngines
java.lang.Object
com.flowable.template.engine.TemplateEngines
-
Field Summary
Modifier and TypeFieldDescriptionprotected static boolean
static final String
protected static Map<String,
TemplateEngine> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
destroy()
Closes all template engines.static TemplateEngine
static TemplateEngine
getTemplateEngine
(String templateEngineName) Obtain an template engine by name.static Map<String,
TemplateEngine> Provides access to template engines to application clients in a managed server environment.static boolean
static void
registerEngine
(TemplateEngine templateEngine) Registers the given template engine.static void
setInitialized
(boolean isInitialized) static void
unregister
(TemplateEngine templateEngine) Unregisters the given template engine.
-
Field Details
-
NAME_DEFAULT
- See Also:
-
isInitialized
protected static boolean isInitialized -
templateEngines
-
-
Constructor Details
-
TemplateEngines
public TemplateEngines()
-
-
Method Details
-
registerEngine
Registers the given template engine. NoEngineInfo
will be available for this template engine. An engine that is registered will be closed when thedestroy()
is called. -
unregister
Unregisters the given template engine. -
getDefaultTemplateEngine
-
getTemplateEngine
Obtain an template engine by name.- Parameters:
templateEngineName
- is the name of the template engine
-
getTemplateEngines
Provides access to template engines to application clients in a managed server environment. -
destroy
public static void destroy()Closes all template engines. This method should be called when the server shuts down. -
isInitialized
public static boolean isInitialized() -
setInitialized
public static void setInitialized(boolean isInitialized)
-