org.kuali.student.common.ui.client.service
Interface ServerPropertiesRpcService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- ServerPropertiesRpcGwtServlet
@RemoteServiceRelativePath(value="rpcservices/ServerPropertiesRpcService")
public interface ServerPropertiesRpcService
- extends com.google.gwt.user.client.rpc.RemoteService
get
String get(String property)
- Gets the property from the server for use on the client side.
- Parameters:
property
- property name to get
- Returns:
- the property value
get
Map<String,String> get(List<String> properties)
- Gets the list of properties from the server for use on the client side.
- Parameters:
properties
- the properties to get
- Returns:
- a map of the properties and values, null if no property exists by the names given
getContextPath
String getContextPath()
- Returns:
- the context path of the app
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.