org.kohsuke.stapler.jelly.jruby.haml
Class HamlClassTearOff

java.lang.Object
  extended by org.kohsuke.stapler.CachingScriptLoader<S,E>
      extended by org.kohsuke.stapler.AbstractTearOff<JRubyClassLoaderTearOff,org.apache.commons.jelly.Script,IOException>
          extended by org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff
              extended by org.kohsuke.stapler.jelly.jruby.haml.HamlClassTearOff

public class HamlClassTearOff
extends AbstractRubyTearOff

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.kohsuke.stapler.AbstractTearOff
classLoader, owner
 
Constructor Summary
HamlClassTearOff(org.kohsuke.stapler.MetaClass owner)
           
 
Method Summary
protected  String getDefaultScriptExtension()
          Defines the file extension, like ".erb", that designates this kind of view type.
 
Methods inherited from class org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff
createDispatcher, parseScript
 
Methods inherited from class org.kohsuke.stapler.AbstractTearOff
getResource, loadScript, resolveScript
 
Methods inherited from class org.kohsuke.stapler.CachingScriptLoader
clearScripts, findScript
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HamlClassTearOff

public HamlClassTearOff(org.kohsuke.stapler.MetaClass owner)
Method Detail

getDefaultScriptExtension

protected String getDefaultScriptExtension()
Description copied from class: AbstractRubyTearOff
Defines the file extension, like ".erb", that designates this kind of view type.

Specified by:
getDefaultScriptExtension in class AbstractRubyTearOff


Copyright © 2012. All Rights Reserved.