Uses of Class
org.apache.myfaces.cdi.FacesScoped
-
Packages that use FacesScoped Package Description org.apache.myfaces.cdi -
-
Uses of FacesScoped in org.apache.myfaces.cdi
Methods in org.apache.myfaces.cdi with annotations of type FacesScoped Modifier and Type Method Description ClientWindow
FacesArtifactProducer. getClientWindow()
ExternalContext
FacesArtifactProducer. getExternalContext()
FacesContext
FacesArtifactProducer. getFacesContext()
Flash
FacesArtifactProducer. getFlash()
Map<String,String>
FacesArtifactProducer. getHeaderMap()
Map<String,String[]>
FacesArtifactProducer. getHeaderValuesMap()
Map<String,Object>
FacesArtifactProducer. getRequestCookieMap()
Map<String,Object>
FacesArtifactProducer. getRequestMap()
Map<String,String>
FacesArtifactProducer. getRequestParameterMap()
Map<String,String[]>
FacesArtifactProducer. getRequestParameterValuesMap()
Map<String,Object>
FacesArtifactProducer. getSessionMap()
UIViewRoot
FacesArtifactProducer. getViewRoot()
-