terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.api
Interface TerpInitializer


public interface TerpInitializer

A callback interface that can register/unregister extensions to the terp framework.

Since:
1.0.0
Author:
Alexander R Krapf

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

KEY_INIT_TYPE

static final java.lang.String KEY_INIT_TYPE
See Also:
Constant Field Values
Method Detail

init

void init(java.util.Collection<TerpRegistrar> registrars)
Called when an extension module should register its features with the terp framework.

Parameters:
registrars - the registrars with which the extensions can be registered.

term

void term(java.util.Collection<TerpRegistrar> registrars)
Called when an extension module should unregister its features from the terp framework.

Parameters:
registrars - the registrars from which the extensions can be unregistered.

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.