|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.autobean.server.AutoBeanFactoryMagic
AutoBeanFactorySource
@Deprecated public class AutoBeanFactoryMagic
Generates JVM-compatible implementations of AutoBeanFactory and AutoBean types.
This implementation is written assuming that the AutoBeanFactory and associated declarations will validate if compiled and used with the AutoBeanFactoyModel.
AutoBeans has moved to
com.google.web.bindery.autobeans
. This package will be
removed in a future version of GWT.
Constructor Summary | |
---|---|
AutoBeanFactoryMagic()
Deprecated. |
Method Summary | ||
---|---|---|
static
|
create(java.lang.Class<F> clazz)
Deprecated. Create an instance of an AutoBeanFactory. |
|
static
|
createBean(java.lang.Class<T> clazz,
Configuration configuration)
Deprecated. Create an instance of an AutoBean directly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoBeanFactoryMagic()
Method Detail |
---|
public static <F extends AutoBeanFactory> F create(java.lang.Class<F> clazz)
F
- the factory typeclazz
- the Class representing the factory interface
public static <T> AutoBean<T> createBean(java.lang.Class<T> clazz, Configuration configuration)
T
- the interface type implemented by the AutoBeanclazz
- the interface type implemented by the AutoBean
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |