Package | Description |
---|---|
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
Modifier and Type | Class and Description |
---|---|
class |
FlashWrapper
|
Modifier and Type | Method and Description |
---|---|
Flash |
ExternalContextWrapper.getFlash()
The default behavior of this method is to
call
ExternalContext.getFlash() on the wrapped ExternalContext
object. |
Flash |
ExternalContext.getFlash()
Return the threadsafe |
abstract Flash |
FlashFactory.getFlash(boolean create)
Create (if needed) and return a
|
Flash |
FlashWrapper.getWrapped() |
Constructor and Description |
---|
FlashWrapper(Flash wrapped)
If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.