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
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 |
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 underscriptedClassName
- represent the name of the scripted class being registered
Copyright © 2008. All Rights Reserved.