juzu.plugin.less.impl.lesser.rhino1_7R3
Class Rhino1_7R3Context

java.lang.Object
  extended by juzu.plugin.less.impl.lesser.JSContext
      extended by juzu.plugin.less.impl.lesser.rhino1_7R3.Rhino1_7R3Context

public class Rhino1_7R3Context
extends JSContext

Author:
Julien Viet

Constructor Summary
Rhino1_7R3Context()
           
 
Method Summary
 Object eval(String script)
           
 Object invokeFunction(String name, Object... args)
           
 void put(String name, Object value)
           
 
Methods inherited from class juzu.plugin.less.impl.lesser.JSContext
create
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rhino1_7R3Context

public Rhino1_7R3Context()
Method Detail

put

public void put(String name,
                Object value)
Specified by:
put in class JSContext

eval

public Object eval(String script)
            throws Exception
Specified by:
eval in class JSContext
Throws:
Exception

invokeFunction

public Object invokeFunction(String name,
                             Object... args)
                      throws Exception
Specified by:
invokeFunction in class JSContext
Throws:
Exception


Copyright © 2014 eXo Platform SAS. All rights reserved.