| Package | Description |
|---|---|
| net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
| Modifier and Type | Method and Description |
|---|---|
static FlashScope |
FlashScope.getCurrent(HttpServletRequest req,
boolean create)
Gets the current flash scope into which items can be stored temporarily.
|
static FlashScope |
FlashScope.getPrevious(HttpServletRequest req)
Fetch the flash scope that was populated during the previous request, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FlashScope> |
FlashScope.getAllFlashScopes(HttpServletRequest req)
Gets the collection of all flash scopes present in the current session.
|
© Copyright 2005-2006, Stripes Development Team.