com.googlecode.jpattern.gwt.client.communication.direct
Interface IServerCallGetAction

All Superinterfaces:
IServerCallAction
All Known Implementing Classes:
NullServerCallGetAction

public interface IServerCallGetAction
extends IServerCallAction

Author:
Francesco Cina' 08/mag/2011

Method Summary
<T extends com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<?>>
T
get(Class<T> resultClass, String url, Map<String,String> keyValuesMap)
           
 

Method Detail

get

<T extends com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<?>> T get(Class<T> resultClass,
                                                                                       String url,
                                                                                       Map<String,String> keyValuesMap)


Copyright © 2011. All Rights Reserved.