All Packages Class Hierarchy This Package Previous Next Index

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

 o getDynamicMacro(String)
The handler function.

Methods

 o getDynamicMacro
 public abstract String getDynamicMacro(String name)
The handler function.

See Also:
DefaultTemplate