| Package | Description |
|---|---|
| com.sun.faces.application.view |
| Modifier and Type | Class and Description |
|---|---|
class |
FaceletViewHandlingStrategy
This
ViewHandlingStrategy handles Facelets/PDL-based views. |
class |
JspViewHandlingStrategy
This
ViewHandlingStrategy handles JSP-based views. |
| Modifier and Type | Method and Description |
|---|---|
ViewHandlingStrategy |
ViewHandlingStrategyManager.getStrategy(String viewId)
Iterate through the available
ViewHandlingStrategy implementations. |
ViewHandlingStrategy[] |
ViewHandlingStrategyManager.getViewHandlingStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewHandlingStrategyManager.setViewHandlingStrategies(ViewHandlingStrategy[] stratagies)
Update the
ViewHandlingStrategy implementations to be applied when processing
JSF requests. |
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.