|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlashScope | |
|---|---|
| net.sourceforge.stripes.controller | This package contains classes which form the core internals of Stripes. |
| Uses of FlashScope in net.sourceforge.stripes.controller |
|---|
| Methods in net.sourceforge.stripes.controller that return FlashScope | |
|---|---|
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. |
| Methods in net.sourceforge.stripes.controller that return types with arguments of type FlashScope | |
|---|---|
static Collection<FlashScope> |
FlashScope.getAllFlashScopes(HttpServletRequest req)
Gets the collection of all flash scopes present in the current session. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||