com.taggercat.util.rhino
Class TCJSContextFactory

java.lang.Object
  extended by org.mozilla.javascript.ContextFactory
      extended by com.taggercat.util.rhino.TCJSContextFactory

public class TCJSContextFactory
extends org.mozilla.javascript.ContextFactory

A class to limit the execution time in Rhino. Used to prevent the CPUs from being consumed by infinite loops, and DOS attacks, etc.

 

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mozilla.javascript.ContextFactory
org.mozilla.javascript.ContextFactory.Listener
 
Constructor Summary
TCJSContextFactory()
           
 
Method Summary
 
Methods inherited from class org.mozilla.javascript.ContextFactory
addListener, call, enter, enterContext, enterContext, exit, getApplicationClassLoader, getGlobal, hasExplicitGlobal, initApplicationClassLoader, initGlobal, isSealed, removeListener, seal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCJSContextFactory

public TCJSContextFactory()