Copyright 2002 by aragost

com.aragost.araspect.handlers.struts
Class ActionFormBeansHandler

java.lang.Object
  |
  +--com.aragost.araspect.handlers.Handler
        |
        +--com.aragost.araspect.handlers.GenericCollectionHandler
              |
              +--com.aragost.araspect.handlers.struts.StrutsObjectHandler
                    |
                    +--com.aragost.araspect.handlers.struts.ActionFormBeansHandler

public class ActionFormBeansHandler
extends StrutsObjectHandler


Constructor Summary
ActionFormBeansHandler()
           
 
Method Summary
 Evaluator getEvaluator()
           
protected  java.lang.String[] getNames(java.lang.Object obj)
           
 java.lang.String getTitle()
          Return the title of the table displaying the contents.
 
Methods inherited from class com.aragost.araspect.handlers.struts.StrutsObjectHandler
getEntryIterator
 
Methods inherited from class com.aragost.araspect.handlers.GenericCollectionHandler
canRemoveEntries, getStart, 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

ActionFormBeansHandler

public ActionFormBeansHandler()
Method Detail

getNames

protected java.lang.String[] getNames(java.lang.Object obj)
Specified by:
getNames in class StrutsObjectHandler

getEvaluator

public Evaluator getEvaluator()
Specified by:
getEvaluator in class StrutsObjectHandler

getTitle

public java.lang.String getTitle()
Description copied from class: GenericCollectionHandler
Return the title of the table displaying the contents.

Overrides:
getTitle in class GenericCollectionHandler
Returns:
DOCUMENT ME!
See Also:
GenericCollectionHandler#getTitle()

Copyright 2002 by aragost