Class TestCustomCode
java.lang.Object
fc.util.TestCustomCode
- All Implemented Interfaces:
CustomCode
A test implementation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestCustomCode
public TestCustomCode()
-
-
Method Details
-
code
Description copied from interface:CustomCodeCalled back from the template engine while substiting data inside a template.- Specified by:
codein interfaceCustomCode- Parameters:
writer- can be used to write data at the point in the merged file where the custom code was called. This writer should not be closed, otherwise the template engine will not be able to proceed after this method is invoked (since the template engine also uses the same writer.env- a reference to the template engine, can be used to invoke methods in the engine.- Throws:
IOException
-