Save This Page
Home » tiles-2.2.1-src » org.apache.tiles.portlet » context » [javadoc | source]
org.apache.tiles.portlet.context
final class: PortletParamMap [javadoc | source]
java.lang.Object
   org.apache.tiles.portlet.context.PortletParamMap

All Implemented Interfaces:
    Map

Private implementation of Map for portlet parameter name-value.

Constructor:
 public PortletParamMap(PortletRequest request) 
    Constructor.
    Parameters:
    request - The portlet request to use.
Method from org.apache.tiles.portlet.context.PortletParamMap Summary:
clear,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.portlet.context.PortletParamMap Detail:
 public  void clear() 
    {@inheritDoc}
 public boolean containsKey(Object key) 
    {@inheritDoc}
 public boolean containsValue(Object value) 
    {@inheritDoc}
 public Set<String, String> entrySet() 
    {@inheritDoc}
 public boolean equals(Object o) 
    {@inheritDoc}
 public String get(Object key) 
    {@inheritDoc}
 public int hashCode() 
    {@inheritDoc}
 public boolean isEmpty() 
    {@inheritDoc}
 public Set<String> keySet() 
    {@inheritDoc}
 public String put(String key,
    String value) 
    {@inheritDoc}
 public  void putAll(Map<String, String> map) 
    {@inheritDoc}
 public String remove(Object key) 
    {@inheritDoc}
 public int size() 
    {@inheritDoc}
 public Collection<String> values() 
    {@inheritDoc}