Internal method that initializes the Template Engine instance. This method is called before the first execution of {@link #process(String,IContext)} in order to create all the structures required for a quick execution of templates.
THIS METHOD IS INTERNAL AND SHOULD NEVER BE CALLED DIRECTLY.
If a subclass of TemplateEngine needs additional steps for initialization, the {@link #initializeSpecific()} method shouldbe overridden.
|
|
|
|
|
|