|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pipe | |
| org.davesag.generica.servlet.util | 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. |
| Uses of Pipe in org.davesag.generica.servlet.util |
| Classes in org.davesag.generica.servlet.util that implement Pipe | |
class |
PipeImpl
Default implementation of the Pipe interface. |
| Methods in org.davesag.generica.servlet.util that return Pipe | |
static Pipe |
Pipe.Factory.getPipe(HttpSession session,
String name)
Gets the current Pipe from the session with the name provided, or if one does not yet exist it creates one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||