com.wonderlogic.template
Class ContentTransformer.CShell

java.lang.Object
  extended byorg.mozilla.javascript.ScriptableObject
      extended byorg.mozilla.javascript.ImporterTopLevel
          extended bycom.wonderlogic.template.ContentTransformer.CShell
All Implemented Interfaces:
org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable, Serializable
Enclosing class:
ContentTransformer

public static class ContentTransformer.CShell
extends org.mozilla.javascript.ImporterTopLevel

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.mozilla.javascript.ScriptableObject
 
Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
DONTENUM, EMPTY, PERMANENT, READONLY
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
ContentTransformer.CShell(org.mozilla.javascript.Context cx)
           
 
Method Summary
static void exit(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj)
           
 Object getResult()
           
 
Methods inherited from class org.mozilla.javascript.ImporterTopLevel
get, getClassName, has, importPackage, initStandardObjects
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setParentScope, setPrototype, toSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTransformer.CShell

public ContentTransformer.CShell(org.mozilla.javascript.Context cx)
Method Detail

exit

public static void exit(org.mozilla.javascript.Context cx,
                        org.mozilla.javascript.Scriptable thisObj,
                        Object[] args,
                        org.mozilla.javascript.Function funObj)
                 throws ContentTransformer.CExitException
Throws:
ContentTransformer.CExitException

getResult

public Object getResult()