Oracle Logo

EL Sample

 

EL Sample

A non exhaustive list of EL resolutions available through CDI


EL name Underlying class Value
#{application} java.lang.Object ServletContext@1717474083[app:jsf23-ee8additions module:jsf23-ee8additions.war path:/jsf23-ee8additions spec-version:4.0]
#{applicationMap} java.util.Map<String, Object> 37 added .size() here to limit output
#{cookie} java.util.Map<String, Object> {}
#{facesContext} javax.faces.context.FacesContext com.sun.faces.context.FacesContextImpl@431c00b
#{header} java.util.Map<String, String> 4 added .size() here to limit output
#{headerValues} java.util.Map<String, String[]> 4 added .size() here to limit output
#{param} java.util.Map<String, String> {}
#{paramValues} java.util.Map<String, String[]> {}
#{initParam} java.util.Map<String, String> {org.jboss.weld.context.ignore.forward=false, com.sun.faces.injectionProvider=com.bea.faces.WeblogicInjectionProvider, org.jboss.weld.context.ignore.include=false, javax.faces.PROJECT_STAGE=Development, javax.faces.ENABLE_WEBSOCKET_ENDPOINT=true, javax.faces.ENABLE_CDI_RESOLVER_CHAIN=true, javax.faces.validator.ENABLE_VALIDATE_WHOLE_BEAN=true}
#{request} java.lang.Object weblogic.servlet.internal.RequestEventsFilter$EventsRequestWrapper@47882777
#{session} java.lang.Object weblogic.servlet.internal.session.MemorySessionData@6e89ebfd
#{view} javax.faces.component.UIViewRoot javax.faces.component.UIViewRoot@4f7db2d5
#{viewScope} java.util.Map<String, Object> {}

Index Page