| Home >> All >> de >> danet >> an >> util >> web >> [ action Javadoc ] |
de.danet.an.util.web.action: Javadoc index of package de.danet.an.util.web.action.
Package Samples:
de.danet.an.util.web.action: This package consists of classes that help in implementing the web-tier of an application.
Classes:
WebActionDispatcher: A WebActionDispatcher is a collection of WebActionHandler s and WebActionDispatcher s. WebActionDispatcher s are usually created by WebActionHandler s that want to register on or more of their methods. A "top level" WebActionDispatcher is used to collect all handlers. This dispatcher is used to handle requests by calling its dispatchRequest 55 methods.
WebActionHandler: WebActionHandler is the base class for web action request handlers. A derived class creates one or more instances of itself (and thus WebActionHandler ) by calling the constructor with the name of its method that is to be made invokable as an argument.
| Home | Contact Us | Privacy Policy | Terms of Service |