|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
servlet package contains a ServletPeer that has
handy methods for loading servlet parameters from the web.xml file.
See:
Description
| Class Summary | |
| ServletPeer | The ServletPeer holds handy methods for interacting with the
servlet. |
The servlet package contains a ServletPeer that has
handy methods for loading servlet parameters from the web.xml file.
As in all Struts applications the servlet is really the Struts' ControllerServlet
and the real work is done by Actions. We have simplified and standardised many of the
tasks that developers face when developing new web applications with struts, namely,
provided many standard actions, provided persistance management filters and other
handly filters, provide simple yet powerful extensions to Struts' forms, a plugin
that makes your whole web application into a Struts plugin, and a new Pipe
utility that eliminates a source of common confusion when building complext forms.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||