Copyright 2002 by aragost

com.aragost.araspect.handlers.struts
Class StrutsObjectHandler

java.lang.Object
  |
  +--com.aragost.araspect.handlers.Handler
        |
        +--com.aragost.araspect.handlers.GenericCollectionHandler
              |
              +--com.aragost.araspect.handlers.struts.StrutsObjectHandler
Direct Known Subclasses:
ActionFormBeansHandler, ActionForwardsHandler, ActionMappingsHandler

public abstract class StrutsObjectHandler
extends GenericCollectionHandler


Constructor Summary
StrutsObjectHandler()
           
 
Method Summary
protected  java.util.Iterator getEntryIterator()
          Return an Iterator with TableEntry's for each entry in the collection.
protected abstract  Evaluator getEvaluator()
           
protected abstract  java.lang.String[] getNames(java.lang.Object obj)
           
 
Methods inherited from class com.aragost.araspect.handlers.GenericCollectionHandler
canRemoveEntries, 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

StrutsObjectHandler

public StrutsObjectHandler()
Method Detail

getEntryIterator

protected java.util.Iterator getEntryIterator()
                                       throws EvaluationException
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!
Throws:
EvaluationException - DOCUMENT ME!

getNames

protected abstract java.lang.String[] getNames(java.lang.Object obj)

getEvaluator

protected abstract Evaluator getEvaluator()

Copyright 2002 by aragost