Uses of Class
com.sun.faces.application.view.ViewHandlingStrategy
Packages that use ViewHandlingStrategy
-
Uses of ViewHandlingStrategy in com.sun.faces.application.view
Subclasses of ViewHandlingStrategy in com.sun.faces.application.viewModifier and TypeClassDescriptionclass
ThisViewHandlingStrategy
handles Facelets/PDL-based views.Methods in com.sun.faces.application.view that return ViewHandlingStrategyModifier and TypeMethodDescriptionViewHandlingStrategyManager.getStrategy
(String viewId) Iterate through the availableViewHandlingStrategy
implementations.ViewHandlingStrategyManager.getViewHandlingStrategies()
Methods in com.sun.faces.application.view with parameters of type ViewHandlingStrategyModifier and TypeMethodDescriptionvoid
ViewHandlingStrategyManager.setViewHandlingStrategies
(ViewHandlingStrategy[] stratagies) Update theViewHandlingStrategy
implementations to be applied when processing Faces requests.