| java.lang.Object org.sakaiproject.cheftool.PortletConfig
PortletConfig | public class PortletConfig implements Map(Code) | | Provides read access to tool parameters, which are (name, value) pairs.
Write access is not allowed. This provides
an unmodifiable Map that looks first in the tool configuration, then in
the tool registration, then in the servlet configuration. The values
in the tool configuration may have been configured by the end-user,
the values in the tool registration are defaulted in the tool registration
file, and the values in the servlet configuration come from web.xml and
cannot be modified by the user.
|
clear | public void clear()(Code) | | Unsupported operation
|
containsValue | public boolean containsValue(Object value)(Code) | | |
get3InitParameter | public String[] get3InitParameter(String name)(Code) | | 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
|
getInitParameters | public Map getInitParameters()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
putAll | public void putAll(Map t)(Code) | | Unsupported operation
|
|
|