Copyright 2002 by aragost

com.aragost.araspect.handlers
Class MapHandler

java.lang.Object
  |
  +--com.aragost.araspect.handlers.Handler
        |
        +--com.aragost.araspect.handlers.GenericCollectionHandler
              |
              +--com.aragost.araspect.handlers.MapHandler

public class MapHandler
extends GenericCollectionHandler


Constructor Summary
MapHandler()
           
 
Method Summary
 boolean canRemoveEntries()
          Indicate if entries can be removed from the collection
protected  java.util.Iterator getEntryIterator()
          Return an Iterator with TableEntry's for each entry in the collection.
static MapEvaluator getMapEvaluator()
          Gets the mapEvaluator.
 
Methods inherited from class com.aragost.araspect.handlers.GenericCollectionHandler
getStart, getTitle, initFromRequest, setStart
 
Methods inherited from class com.aragost.araspect.handlers.Handler
addGetters, getFacade, getHtmlUtils, getInspector, getNext, getPath, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapHandler

public MapHandler()
Method Detail

getEntryIterator

protected java.util.Iterator getEntryIterator()
Description copied from class: GenericCollectionHandler
Return an Iterator with TableEntry's for each entry in the collection. If the default evaluation methods should work this should return the same order every time

Specified by:
getEntryIterator in class GenericCollectionHandler
Returns:
DOCUMENT ME!

canRemoveEntries

public boolean canRemoveEntries()
Description copied from class: GenericCollectionHandler
Indicate if entries can be removed from the collection

Overrides:
canRemoveEntries in class GenericCollectionHandler
Returns:
DOCUMENT ME!

getMapEvaluator

public static MapEvaluator getMapEvaluator()
Gets the mapEvaluator.

Returns:
Returns a MapEvaluator

Copyright 2002 by aragost