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

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

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

Methods in org.kohsuke.stapler.jelly.jruby that return types with arguments of type AbstractRubyTearOff
 Collection<Class<? extends AbstractRubyTearOff>> JRubyFacet.getClassTearOffTypes()
           
protected abstract  Class<? extends AbstractRubyTearOff> RubyTemplateLanguage.getTearOffClass()
           
 

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

Subclasses of AbstractRubyTearOff in org.kohsuke.stapler.jelly.jruby.erb
 class ERbClassTearOff
          Tear off that manages Ruby ERB views of Java objects (and not ruby objects.)
 

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

Subclasses of AbstractRubyTearOff in org.kohsuke.stapler.jelly.jruby.haml
 class HamlClassTearOff
           
 



Copyright © 2012. All Rights Reserved.