public class ResourceProperties
extends de.mhus.lib.core.AbstractProperties
ResourceProperties class.
| Constructor and Description |
|---|
ResourceProperties(javax.portlet.ResourceRequest request)
Constructor for ResourceProperties.
|
| 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 ResourceProperties(javax.portlet.ResourceRequest request)
Constructor for ResourceProperties.
request - a ResourceRequest 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.