@MetaInfServices public class HamlLanguage extends RubyTemplateLanguage
| Constructor and Description |
|---|
HamlLanguage() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String getScriptExtension()
RubyTemplateLanguagegetScriptExtension in class RubyTemplateLanguageprotected Class<HamlClassTearOff> getTearOffClass()
getTearOffClass in class RubyTemplateLanguageprotected RubyTemplateContainer createContainer(org.jruby.embed.ScriptingContainer jruby)
RubyTemplateLanguagecreateContainer in class RubyTemplateLanguageCopyright © 2020. All rights reserved.