|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextSource | |
|---|---|
| org.teatrove.tea.engine | |
| Uses of ContextSource in org.teatrove.tea.engine |
|---|
| Subinterfaces of ContextSource in org.teatrove.tea.engine | |
|---|---|
interface |
DynamicContextSource
Instances of this kind of ContextSource can support reloading their context class. |
| Classes in org.teatrove.tea.engine that implement ContextSource | |
|---|---|
class |
MergedContextSource
A ContextSource implementation that merges several ContextSources into one. |
| Methods in org.teatrove.tea.engine that return ContextSource | |
|---|---|
ContextSource |
TemplateSource.getContextSource()
|
ContextSource |
TemplateSourceConfig.getContextSource()
|
ContextSource |
TemplateSourceImpl.getContextSource()
|
| Methods in org.teatrove.tea.engine with parameters of type ContextSource | |
|---|---|
void |
MergedContextSource.init(ClassLoader loader,
ContextSource[] contextSources,
boolean profilingEnabled)
|
void |
MergedContextSource.init(ClassLoader loader,
ContextSource[] contextSources,
String[] prefixes,
boolean profilingEnabled)
Creates a unified context source for all those passed in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||