org.codehaus.waffle.registrar
Interface ScriptedRegistrar

All Superinterfaces:
Registrar
All Known Implementing Classes:
AbstractScriptedRegistrar, PicoRegistrar

public interface ScriptedRegistrar
extends Registrar

Implementations of this interface will allow for scripts to be registered with Waffle.

Author:
Michael Ward, Mauro Talevi

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.codehaus.waffle.registrar.Registrar
Registrar.Injection
 
Method Summary
 void registerScript(java.lang.String key, java.lang.String scriptedClassName)
          Register a script with Waffle
 
Methods inherited from interface org.codehaus.waffle.registrar.Registrar
application, getRegistered, isRegistered, register, register, registerInstance, registerInstance, registerNonCaching, registerNonCaching, request, session, useInjection
 

Method Detail

registerScript

void registerScript(java.lang.String key,
                    java.lang.String scriptedClassName)
Register a script with Waffle

Parameters:
key - the key this script should be registred under
scriptedClassName - represent the name of the scripted class being registered


Copyright © 2008. All Rights Reserved.