Uses of Interface
com.googlecode.jpattern.gwt.client.IBeanFactory

Packages that use IBeanFactory
com.googlecode.jpattern.gwt.client   
com.googlecode.jpattern.gwt.client.communication.rest   
 

Uses of IBeanFactory in com.googlecode.jpattern.gwt.client
 

Constructors in com.googlecode.jpattern.gwt.client with parameters of type IBeanFactory
RestServerCallService(IBeanFactory beanFactory)
           
 

Uses of IBeanFactory in com.googlecode.jpattern.gwt.client.communication.rest
 

Methods in com.googlecode.jpattern.gwt.client.communication.rest with parameters of type IBeanFactory
 T GenericsObjectSerializer.deserialize(IBeanFactory beanFactory, String json)
           
 T IObjectSerializer.deserialize(IBeanFactory beanFactory, String json)
           
 String GenericsObjectSerializer.serialize(IBeanFactory beanFactory, T bean)
           
 String IObjectSerializer.serialize(IBeanFactory beanFactory, T bean)
           
 

Constructors in com.googlecode.jpattern.gwt.client.communication.rest with parameters of type IBeanFactory
DeleteProxy(IBeanFactory beanFactory, ICallbackAction<T> callbackAction, IObjectSerializer<T> jsonBuilder, String url, Map<String,String> keyValuesMap)
           
GetProxy(IBeanFactory beanFactory, ICallbackAction<T> callbackAction, IObjectSerializer<T> jsonBuilder, String url, Map<String,String> keyValuesMap)
           
PostProxy(IBeanFactory beanFactory, ICallbackAction<T> callbackAction, IObjectSerializer<T> resultJsonBuilder, String url, IObjectSerializer<Z> sendJsonBuilder, Z data)
           
ProxyRequestCallback(IBeanFactory beanFactory, ICallbackAction<T> callbackAction, IObjectSerializer<T> jsonBuilder)
           
PutProxy(IBeanFactory beanFactory, ICallbackAction<T> callbackAction, IObjectSerializer<T> resultJsonBuilder, String url, IObjectSerializer<Z> sendJsonBuilder, Z data)
           
 



Copyright © 2011. All Rights Reserved.