Input

Inheritance: java.lang.Object

public final class Input

Represents a collection of input elements (templates).

Methods

MethodDescription
addTemplate(String key, String path)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:

ParameterTypeDescription
keyjava.lang.StringKey for the template in the collection.
pathjava.lang.StringPath to the template file.