Package com.google.gwt.core.server
Interface ServerGwtBridge.Properties
-
- Enclosing class:
- ServerGwtBridge
public static interface ServerGwtBridge.Properties
An interface for accessing property values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getProperty(java.lang.String name)
Get the value of a property.
-