| Package | Description |
|---|---|
| com.sun.faces.config.initfacescontext | |
| com.sun.faces.context | |
| com.sun.faces.context.flash | |
| javax.faces.context |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpFlash |
| Modifier and Type | Method and Description |
|---|---|
Flash |
ServletContextAdapter.getFlash() |
| Modifier and Type | Method and Description |
|---|---|
Flash |
ExternalContextImpl.getFlash() |
| Modifier and Type | Class and Description |
|---|---|
class |
ELFlash
How this implementation works
|
| Modifier and Type | Method and Description |
|---|---|
Flash |
FlashFactoryImpl.getFlash(boolean create) |
| 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 © 1997–2019 Eclipse Foundation. All rights reserved.