Runs the Ejs model corresponding to the given class. The model and resources required will be extracted using the ResourceLoader utility. @param _ejsClass Class @return boolean true if successful
(Class<?> _ejsClass)
| 118 | * @return boolean true if successful |
| 119 | */ |
| 120 | static public boolean runEjs(Class<?> _ejsClass) { |
| 121 | return runEjs(_ejsClass, null); |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Runs the Ejs model corresponding to the given class providing a given |
no test coverage detected