org.kohsuke.stapler.jelly.jruby.haml
Class HamlLanguage
java.lang.Object
org.kohsuke.stapler.jelly.jruby.RubyTemplateLanguage
org.kohsuke.stapler.jelly.jruby.haml.HamlLanguage
@MetaInfServices
public class HamlLanguage
- extends RubyTemplateLanguage
- Author:
- Hiroshi Nakamura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HamlLanguage
public HamlLanguage()
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.