org.codehaus.waffle.context.pico
Class RubyScriptLoader

java.lang.Object
  extended by org.codehaus.waffle.context.pico.RubyScriptLoader
All Implemented Interfaces:
org.picocontainer.Startable

public class RubyScriptLoader
extends java.lang.Object
implements org.picocontainer.Startable


Field Summary
static java.lang.String DEFAULT_RUBY_SCRIPT_PATH
           
static java.lang.String RUBY_SCRIPT_PATH_KEY
           
 
Constructor Summary
RubyScriptLoader(javax.servlet.ServletContext servletContext, org.jruby.Ruby runtime)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUBY_SCRIPT_PATH_KEY

public static final java.lang.String RUBY_SCRIPT_PATH_KEY
See Also:
Constant Field Values

DEFAULT_RUBY_SCRIPT_PATH

public static final java.lang.String DEFAULT_RUBY_SCRIPT_PATH
See Also:
Constant Field Values
Constructor Detail

RubyScriptLoader

public RubyScriptLoader(javax.servlet.ServletContext servletContext,
                        org.jruby.Ruby runtime)
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2008. All Rights Reserved.