Package com.nomagic.magicreport
Class ToolsContext
java.lang.Object
com.nomagic.magicreport.ToolsContext
A convenient class use to manage a template tools.
- Since:
- Jul 2, 2007
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidattachContext(ITemplateEngine engine) Attach all available tools to given engine.
-
Field Details
-
TOOL_ENGINE_NAME
- See Also:
-
-
Method Details
-
attachContext
Attach all available tools to given engine.- Parameters:
engine- Template engine.
-