|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.registrar.AbstractRegistrar
org.codehaus.waffle.registrar.AbstractRubyAwareRegistrar
public abstract class AbstractRubyAwareRegistrar
A Registrar that provides registration methods for Ruby scripts.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.codehaus.waffle.registrar.Registrar |
|---|
Registrar.Injection |
| Constructor Summary | |
|---|---|
AbstractRubyAwareRegistrar(Registrar delegate)
|
|
| Method Summary | |
|---|---|
void |
registerRubyScript(java.lang.String key,
java.lang.String className)
Register a ruby script with Waffle |
| Methods inherited from class org.codehaus.waffle.registrar.AbstractRegistrar |
|---|
application, getComponentRegistry, getRegistered, isRegistered, register, register, registerInstance, registerInstance, registerNonCaching, registerNonCaching, request, session, useInjection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRubyAwareRegistrar(Registrar delegate)
| Method Detail |
|---|
public void registerRubyScript(java.lang.String key,
java.lang.String className)
RubyAwareRegistrar
registerRubyScript in interface RubyAwareRegistrarkey - the name this script should be registred underclassName - represent the name of the Ruby class being registred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||