public abstract class RubyTemplateLanguage extends Object
Implementations of this is discovered via service-loader mechanism.
| Constructor and Description |
|---|
RubyTemplateLanguage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RubyTemplateContainer |
createContainer(org.jruby.embed.ScriptingContainer container)
Called to set up this template language binding on the specified scripting container.
|
protected abstract String |
getScriptExtension()
Defines the file extension, like ".erb", that designates this kind of view type.
|
protected abstract Class<? extends AbstractRubyTearOff> |
getTearOffClass() |
protected abstract String getScriptExtension()
protected abstract Class<? extends AbstractRubyTearOff> getTearOffClass()
protected abstract RubyTemplateContainer createContainer(org.jruby.embed.ScriptingContainer container)
Copyright © 2017. All rights reserved.