|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
util package contains a new pseudo-scope called a Pipe and
an accompanying implimentation that facilitates pipelining of data from one action
to the next without cluttering up the session.
See:
Description
| Interface Summary | |
| Pipe | There are many cases in web applications where you need to store a bunch of things between requests, but do not want the hassle of having to remember all the bits and peices you may have loaded into the session along the way. |
| Class Summary | |
| Pipe.Factory | Use this Factory class to create or retrieve a named Pipe for the session. |
| PipeImpl | Default implementation of the Pipe interface. |
The util package contains a new pseudo-scope called a Pipe and
an accompanying implimentation that facilitates pipelining of data from one action
to the next without cluttering up the session.
This package may also contain other servlet utilities in the future.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||