Class JRuby

    • Constructor Summary

      Constructors 
      Constructor Description
      JRuby()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(javax.script.ScriptEngine engine, java.lang.String defines, java.lang.String script, Page page)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JRuby

        public JRuby()
    • Method Detail

      • process

        public void process​(javax.script.ScriptEngine engine,
                            java.lang.String defines,
                            java.lang.String script,
                            Page page)
                     throws javax.script.ScriptException
        Specified by:
        process in class Language
        Throws:
        javax.script.ScriptException