|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aragost.araspect.handlers.Handler | +--com.aragost.araspect.handlers.GenericCollectionHandler
Constructor Summary | |
GenericCollectionHandler()
|
Method Summary | |
boolean |
canRemoveEntries()
Indicate if entries can be removed from the collection |
protected abstract java.util.Iterator |
getEntryIterator()
Return an Iterator with TableEntry's for each entry in the collection. |
int |
getStart()
Getter for property start. |
java.lang.String |
getTitle()
Return the title of the table displaying the contents. |
void |
initFromRequest(javax.servlet.ServletRequest request)
DOCUMENT ME! |
void |
setStart(int start)
Setter for property start. |
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 |
public GenericCollectionHandler()
Method Detail |
public java.lang.String getTitle()
public void initFromRequest(javax.servlet.ServletRequest request)
initFromRequest
in class Handler
request
- DOCUMENT ME!protected abstract java.util.Iterator getEntryIterator() throws EvaluationException
EvaluationException
- DOCUMENT ME!public boolean canRemoveEntries()
public int getStart()
public void setStart(int start)
start
- New value of property start.
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |