org.lobobrowser.js
Class JavaConstructorObject.SimpleInstantiator

java.lang.Object
  extended by org.lobobrowser.js.JavaConstructorObject.SimpleInstantiator
All Implemented Interfaces:
JavaInstantiator
Enclosing class:
JavaConstructorObject

public static class JavaConstructorObject.SimpleInstantiator
extends java.lang.Object
implements JavaInstantiator


Constructor Summary
JavaConstructorObject.SimpleInstantiator(JavaClassWrapper classWrapper)
           
 
Method Summary
 java.lang.Object newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaConstructorObject.SimpleInstantiator

public JavaConstructorObject.SimpleInstantiator(JavaClassWrapper classWrapper)
Method Detail

newInstance

public java.lang.Object newInstance()
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
Specified by:
newInstance in interface JavaInstantiator
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException