Uses of Class
org.apache.myfaces.application.ViewIdSupport
-
Packages that use ViewIdSupport Package Description org.apache.myfaces.application -
-
Uses of ViewIdSupport in org.apache.myfaces.application
Methods in org.apache.myfaces.application that return ViewIdSupport Modifier and Type Method Description static ViewIdSupport
ViewIdSupport. getInstance(FacesContext facesContext)
protected ViewIdSupport
NavigationHandlerImpl. getViewIdSupport()
protected ViewIdSupport
ViewHandlerImpl. getViewIdSupport(FacesContext context)
Methods in org.apache.myfaces.application with parameters of type ViewIdSupport Modifier and Type Method Description void
NavigationHandlerImpl. setViewIdSupport(ViewIdSupport viewIdSupport)
void
ViewHandlerImpl. setViewIdSupport(ViewIdSupport viewIdSupport)
-