|
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.RootHandler
The last element in the handler chain. This class provide the default behaviour for a number of operations. If there are not handled by a handler before] they will be handled here.
Constructor Summary | |
RootHandler()
|
Method Summary | |
void |
initFromRequest(javax.servlet.ServletRequest request)
DOCUMENT ME! |
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 RootHandler()
Method Detail |
public void initFromRequest(javax.servlet.ServletRequest request)
initFromRequest
in class Handler
request
- DOCUMENT ME!
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |