@ApplicationScoped public class FacesScopeObjectProducer extends Object
Constructor and Description |
---|
FacesScopeObjectProducer() |
Modifier and Type | Method and Description |
---|---|
ExternalContext |
getExternalContext() |
FacesContext |
getFacesContext() |
Flash |
getFlash() |
Map<String,String> |
getHeaderMap() |
Map<String,String[]> |
getHeaderValuesMap() |
Map<String,Object> |
getRequestCookieMap() |
Map<String,Object> |
getRequestMap() |
Map<String,String> |
getRequestParameterMap() |
Map<String,String[]> |
getRequestParameterValuesMap() |
Map<String,Object> |
getSessionMap() |
@Produces @FacesScoped public FacesContext getFacesContext()
@Produces @FacesScoped public ExternalContext getExternalContext()
@Produces @FacesScoped public Flash getFlash()
@Produces @FacesScoped public Map<String,String> getHeaderMap()
@Produces @FacesScoped public Map<String,String[]> getHeaderValuesMap()
@Produces @FacesScoped public Map<String,Object> getRequestMap()
@Produces @FacesScoped public Map<String,Object> getRequestCookieMap()
@Produces @FacesScoped public Map<String,String> getRequestParameterMap()
@Produces @FacesScoped public Map<String,String[]> getRequestParameterValuesMap()
@Produces @FacesScoped public Map<String,Object> getSessionMap()
Copyright © 2017 The Apache Software Foundation. All rights reserved.