@RequestScoped public class SessionFlashScope extends Object implements FlashScope
| Modifier | Constructor and Description |
|---|---|
protected |
SessionFlashScope()
Deprecated.
CDI eyes only
|
|
SessionFlashScope(javax.servlet.http.HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
consumeParameters(ControllerMethod method) |
void |
includeParameters(ControllerMethod method,
Object[] args) |
protected SessionFlashScope()
@Inject public SessionFlashScope(javax.servlet.http.HttpSession session)
public Object[] consumeParameters(ControllerMethod method)
consumeParameters in interface FlashScopepublic void includeParameters(ControllerMethod method, Object[] args)
includeParameters in interface FlashScopeCopyright © 2014 Caelum. All rights reserved.