|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TerpInitializer
A callback interface that can register/unregister extensions to the terp framework.
| Field Summary | |
|---|---|
static java.lang.String |
KEY_INIT_TYPE
|
| Method Summary | |
|---|---|
void |
init(java.util.Collection<TerpRegistrar> registrars)
Called when an extension module should register its features with the terp framework. |
void |
term(java.util.Collection<TerpRegistrar> registrars)
Called when an extension module should unregister its features from the terp framework. |
| Field Detail |
|---|
static final java.lang.String KEY_INIT_TYPE
| Method Detail |
|---|
void init(java.util.Collection<TerpRegistrar> registrars)
registrars - the registrars with which the extensions can be
registered.void term(java.util.Collection<TerpRegistrar> registrars)
registrars - the registrars from which the extensions can be
unregistered.
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||