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

java.lang.Object
  extended by org.kohsuke.stapler.jelly.jruby.RubyTemplateLanguage
      extended by org.kohsuke.stapler.jelly.jruby.haml.HamlLanguage

@MetaInfServices
public class HamlLanguage
extends RubyTemplateLanguage

Author:
Hiroshi Nakamura

Constructor Summary
HamlLanguage()
           
 
Method Summary
protected  RubyTemplateContainer createContainer(org.jruby.embed.ScriptingContainer jruby)
          Called to set up this template language binding on the specified scripting container.
protected  String getScriptExtension()
          Defines the file extension, like ".erb", that designates this kind of view type.
protected  Class<HamlClassTearOff> getTearOffClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HamlLanguage

public HamlLanguage()
Method Detail

getScriptExtension

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

Specified by:
getScriptExtension in class RubyTemplateLanguage

getTearOffClass

protected Class<HamlClassTearOff> getTearOffClass()
Specified by:
getTearOffClass in class RubyTemplateLanguage

createContainer

protected RubyTemplateContainer createContainer(org.jruby.embed.ScriptingContainer jruby)
Description copied from class: RubyTemplateLanguage
Called to set up this template language binding on the specified scripting container.

Specified by:
createContainer in class RubyTemplateLanguage


Copyright © 2011. All Rights Reserved.