|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.core.server.ServerGwtBridge.ClassInstantiatorBase com.google.gwt.core.server.ObjectNew
final class ObjectNew
A class instantiator that simple news the requested class. Used as a last resort.
Constructor Summary | |
---|---|
ObjectNew()
|
Method Summary | ||
---|---|---|
|
create(java.lang.Class<?> clazz,
ServerGwtBridge.Properties properties)
Create an instance given a base class. |
Methods inherited from class com.google.gwt.core.server.ServerGwtBridge.ClassInstantiatorBase |
---|
tryCreate, tryCreate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ObjectNew()
Method Detail |
---|
public <T> T create(java.lang.Class<?> clazz, ServerGwtBridge.Properties properties)
ServerGwtBridge.ClassInstantiator
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |