net.sf.springlayout.web.security
Class PageFunctionStateMap

java.lang.Object
  extended by net.sf.springlayout.web.security.PageFunctionStateMap

public class PageFunctionStateMap
extends java.lang.Object

A wrapper for java.util.Map to enforce storage and retrieval of objects of type PageFunctionState

Author:
Rob Monie

Constructor Summary
PageFunctionStateMap()
           
 
Method Summary
 void clear()
          Clears the target map
 java.util.Set entrySet()
          Gets the entrySet for the underlying map
 PageFunctionState get(java.lang.Object key)
          gets a page function state by key
 java.util.Set keySet()
          Gets the keySet for the underlying map
 void put(java.lang.Object key, PageFunctionState pageFunctionState)
          Adds a page function state by key
 void remove(java.lang.Object key)
          Removes and object by key
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageFunctionStateMap

public PageFunctionStateMap()
Method Detail

get

public PageFunctionState get(java.lang.Object key)
gets a page function state by key

See Also:
Map.get(java.lang.Object)

put

public void put(java.lang.Object key,
                PageFunctionState pageFunctionState)
Adds a page function state by key

Parameters:
key -
pageFunctionState -

remove

public void remove(java.lang.Object key)
Removes and object by key

Parameters:
key -

clear

public void clear()
Clears the target map


size

public int size()
Returns:
the number of elements in the map

entrySet

public java.util.Set entrySet()
Gets the entrySet for the underlying map

Returns:

keySet

public java.util.Set keySet()
Gets the keySet for the underlying map

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.