org.kuali.student.common.ui.client.service
Interface ServerPropertiesRpcServiceAsync


public interface ServerPropertiesRpcServiceAsync


Method Summary
 void get(List<String> property, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
           
 void get(String property, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 void getContextPath(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 

Method Detail

get

void get(String property,
         com.google.gwt.user.client.rpc.AsyncCallback<String> callback)

get

void get(List<String> property,
         com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)

getContextPath

void getContextPath(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.