public class ActionProperties extends IProperties
ActionProperties class.
| Constructor and Description |
|---|
ActionProperties(javax.portlet.ActionRequest request)
Constructor for ActionProperties.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
boolean |
isEditable() |
boolean |
isProperty(String name) |
Set<String> |
keys() |
void |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getInt, getLong, getNumber, getProperty, getString, getString, iterator, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, setString, toMapbase, base, createBase, forkBase, installBase, isBase, leaveBase, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ActionProperties(javax.portlet.ActionRequest request)
Constructor for ActionProperties.
request - a ActionRequest object.public Object getProperty(String name)
getProperty in class IPropertiespublic boolean isProperty(String name)
isProperty in class IPropertiespublic void removeProperty(String key)
removeProperty in class IPropertiespublic void setProperty(String key, Object value)
setProperty in class IPropertiespublic boolean isEditable()
isEditable in class IPropertiespublic Set<String> keys()
keys in class IPropertiesCopyright © 2016. All Rights Reserved.