getProperty(String key, Object def) Gets the session property indicated by the specified key.
Parameters: key - the name of the session property. Parameters: def - a default value.
setProperty(String key, Object value) Sets the session property indicated by the specified key.
Parameters: key - the name of the session property. Parameters: value - the value of the session property.
Gets the session property indicated by the specified key.
Parameters: key - the name of the session property. the string value of the session property,or null if there is no property with that key. See Also:org.wings.session.PropertyService.getProperties
Gets the session property indicated by the specified key.
Parameters: key - the name of the session property. Parameters: def - a default value. the string value of the session property,or the default value if there is no property with that key. See Also:org.wings.session.PropertyService.getProperties