Package rife.engine.elements
Class PrintTemplate
java.lang.Object
rife.engine.elements.PrintTemplate
- All Implemented Interfaces:
Element
Standard element that will print a template with particular name.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionPrintTemplate
(String name) Constructs the element with the name of the template to print. -
Method Summary
-
Constructor Details
-
PrintTemplate
Constructs the element with the name of the template to print.- Parameters:
name
- the name of the template to print- Since:
- 1.0
-
-
Method Details