Interface org.jfouffa.jslider.template.TemplateHandler
- public interface TemplateHandler
The template handler for dynamic macro.
A dynamic macro is a macro that can be deduce from the template.
For example, the macro currentPage is not defined in the template,
so the template loader invoke the function getDynamicMacro to find
the value.
Method index
-
getDynamicMacro(String)
- The handler function.
Methods
getDynamicMacro
public abstract String getDynamicMacro(String name)
- The handler function.
- See Also:
- DefaultTemplate