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(javax.servlet.http.HttpServletRequest req,
boolean create)
Gets the current flash scope into which items can be stored temporarily.
|
static FlashScope |
FlashScope.getPrevious(javax.servlet.http.HttpServletRequest req)
Fetch the flash scope that was populated during the previous request, if one exists.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<FlashScope> |
FlashScope.getAllFlashScopes(javax.servlet.http.HttpServletRequest req)
Gets the collection of all flash scopes present in the current session.
|
? Copyright 2005-2006, Stripes Development Team.