Input
Inheritance: java.lang.Object
public final class Input
Represents a collection of input elements (templates).
Methods
Method | Description |
---|---|
Adds a template to the collection. |
addTemplate(String key, String path)
public final void <TContextObject>addTemplate(String key, String path)
Adds a template to the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
key | java.lang.String | Key for the template in the collection. |
path | java.lang.String | Path to the template file. |