Uses of Class
org.kohsuke.stapler.jelly.jruby.RubyTemplateContainer

Packages that use RubyTemplateContainer
org.kohsuke.stapler.jelly.jruby   
org.kohsuke.stapler.jelly.jruby.erb   
org.kohsuke.stapler.jelly.jruby.haml   
 

Uses of RubyTemplateContainer in org.kohsuke.stapler.jelly.jruby
 

Methods in org.kohsuke.stapler.jelly.jruby that return RubyTemplateContainer
protected abstract  RubyTemplateContainer RubyTemplateLanguage.createContainer(org.jruby.embed.ScriptingContainer container)
          Called to set up this template language binding on the specified scripting container.
 

Uses of RubyTemplateContainer in org.kohsuke.stapler.jelly.jruby.erb
 

Methods in org.kohsuke.stapler.jelly.jruby.erb that return RubyTemplateContainer
protected  RubyTemplateContainer ERbLanguage.createContainer(org.jruby.embed.ScriptingContainer jruby)
           
 

Uses of RubyTemplateContainer in org.kohsuke.stapler.jelly.jruby.haml
 

Methods in org.kohsuke.stapler.jelly.jruby.haml that return RubyTemplateContainer
protected  RubyTemplateContainer HamlLanguage.createContainer(org.jruby.embed.ScriptingContainer jruby)
           
 



Copyright © 2012. All Rights Reserved.