Package cimerant
Interface CimerantContext<E>
- Type Parameters:
E
- The base type of the context.
- All Known Implementing Classes:
JsonContext
,SqlContext
public interface CimerantContext<E>
Interface describing the template data context. This set of routines is used by the template to
set and get 'named' data object to pass them to the template engine to use when rendering a
template.
-
Method Summary
-
Method Details
-
getContext
ContextRoot<E> getContext()Get the associated context.- Returns:
- the associated context.
-