java.lang.Object
java.util.AbstractMap<E,FetchMode>
java.util.HashMap<E,FetchMode>
java.util.LinkedHashMap<E,FetchMode>
org.gatein.portal.controller.resource.script.FetchMap<E>
All Implemented Interfaces:
Serializable, Cloneable, Map<E,FetchMode>, SequencedMap<E,FetchMode>

public class FetchMap<E> extends LinkedHashMap<E,FetchMode>

Extends an HashMap to add convenient method for safely adding a fetch mode to a map. The method add(Object, FetchMode) will add the mode only if the new mode implies the previous mode in the map.

See Also: