public class PortletConfig extends Object implements Map
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Unsupported operation
|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
String[] |
get3InitParameter(String name)
Special non-jetspeed imitation: get three possible init parameter values:
[0] from servlet config
[1] from tool registration
[2] from tool config
nulls if not present
|
String |
getInitParameter(String name) |
String |
getInitParameter(String name,
String dflt) |
Map |
getInitParameters() |
String |
getTitle() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value)
Unsupported operation
|
void |
putAll(Map t)
Unsupported operation
|
Object |
remove(Object key)
Unsupported operation
|
int |
size() |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Map getInitParameters()
public String getTitle()
public String[] get3InitParameter(String name)
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2003–2017 The Sakai Foundation. All rights reserved.