Package | Description |
---|---|
org.apache.myfaces.view.facelets.pool | |
org.apache.myfaces.view.facelets.pool.impl |
Modifier and Type | Method and Description |
---|---|
abstract RestoreViewFromPoolResult |
ViewEntry.getResult() |
static RestoreViewFromPoolResult |
RestoreViewFromPoolResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreViewFromPoolResult[] |
RestoreViewFromPoolResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ViewEntry.setResult(RestoreViewFromPoolResult result) |
Modifier and Type | Method and Description |
---|---|
RestoreViewFromPoolResult |
SoftViewEntry.getResult() |
RestoreViewFromPoolResult |
WeakViewEntry.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
SoftViewEntry.setResult(RestoreViewFromPoolResult result) |
void |
WeakViewEntry.setResult(RestoreViewFromPoolResult result) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.