public class ActionProperties
extends de.mhus.lib.core.AbstractProperties
ActionProperties class.
| Constructor and Description |
|---|
ActionProperties(javax.portlet.ActionRequest request)
Constructor for ActionProperties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
getProperty(String name) |
boolean |
isEditable() |
boolean |
isProperty(String name) |
Set<String> |
keys() |
void |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
int |
size() |
Collection<Object> |
values() |
containsKey, get, getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getFormatted, getInt, getLong, getNumber, getString, getString, isEmpty, iterator, keySet, put, putAll, putReadProperties, remove, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, setString, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllforEach, spliteratorpublic ActionProperties(javax.portlet.ActionRequest request)
Constructor for ActionProperties.
request - a ActionRequest object.public Object getProperty(String name)
getProperty in interface de.mhus.lib.core.IReadPropertiesgetProperty in class de.mhus.lib.core.AbstractPropertiespublic boolean isProperty(String name)
isProperty in interface de.mhus.lib.core.IReadPropertiesisProperty in class de.mhus.lib.core.AbstractPropertiespublic void removeProperty(String key)
removeProperty in interface de.mhus.lib.core.IPropertiesremoveProperty in class de.mhus.lib.core.AbstractPropertiespublic void setProperty(String key, Object value)
setProperty in class de.mhus.lib.core.AbstractPropertiespublic boolean isEditable()
isEditable in interface de.mhus.lib.core.IPropertiesisEditable in class de.mhus.lib.core.AbstractPropertiespublic Set<String> keys()
keys in interface de.mhus.lib.core.IReadPropertieskeys in class de.mhus.lib.core.AbstractPropertiespublic int size()
public boolean containsValue(Object value)
public Collection<Object> values()
public void clear()
Copyright © 2018. All rights reserved.