| org.directwebremoting.impl.ContainerMap
ContainerMap | public class ContainerMap extends AbstractMap implements Map<String, Object>(Code) | | A
Map that uses a
Container as it's source of data.
author: Joe Walker [joe at getahead dot ltd dot uk] |
ContainerMap | public ContainerMap(Container container, boolean filterNonStringValues)(Code) | | Create a ContainerMap with a Container to proxy requests to
Parameters: container - The Container that we proxy to Parameters: filterNonStringValues - Does the map include created beans? |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|