public interface RubyRailsWidget extends Widget
 public class MyWidget extends AbstractRubyTemplate implements RubyRailsWidget {
 protected String getTemplatePath() {
 return "/myplugin/my_template.erb";
 }
 }
 | Modifier and Type | Method and Description | 
|---|---|
| String | getTemplate() | 
String getTemplate()
Copyright © 2009–2016 SonarSource. All rights reserved.