|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.teatrove.tea.runtime | |
| org.teatrove.tea.util | |
| Uses of Context in org.teatrove.tea.runtime |
|---|
| Subinterfaces of Context in org.teatrove.tea.runtime | |
|---|---|
interface |
UtilityContext
Extends the basic context to provide generic utility functions that most templates will need to use for formatting. |
| Classes in org.teatrove.tea.runtime that implement Context | |
|---|---|
class |
DefaultContext
The default runtime context class that Tea templates get compiled to use. |
| Methods in org.teatrove.tea.runtime with parameters of type Context | |
|---|---|
void |
TemplateLoader.Template.execute(Context context,
Object[] parameters)
Executes this template using the given runtime context instance and parameters. |
void |
Substitution.substitute(Context context)
Causes the code substitution block to execute against any context. |
| Uses of Context in org.teatrove.tea.util |
|---|
| Classes in org.teatrove.tea.util that implement Context | |
|---|---|
static class |
TestCompiler.Context
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||