Uses of Class
com.sun.faces.application.view.ViewHandlingStrategy
-
Packages that use ViewHandlingStrategy Package Description com.sun.faces.application.view -
-
Uses of ViewHandlingStrategy in com.sun.faces.application.view
Subclasses of ViewHandlingStrategy in com.sun.faces.application.view Modifier and Type Class Description classFaceletViewHandlingStrategyThisViewHandlingStrategyhandles Facelets/PDL-based views.Methods in com.sun.faces.application.view that return ViewHandlingStrategy Modifier and Type Method Description ViewHandlingStrategyViewHandlingStrategyManager. getStrategy(String viewId)Iterate through the availableViewHandlingStrategyimplementations.ViewHandlingStrategy[]ViewHandlingStrategyManager. getViewHandlingStrategies()Methods in com.sun.faces.application.view with parameters of type ViewHandlingStrategy Modifier and Type Method Description voidViewHandlingStrategyManager. setViewHandlingStrategies(ViewHandlingStrategy[] stratagies)Update theViewHandlingStrategyimplementations to be applied when processing Faces requests.
-