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@1420460619[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@3be9afc2
#{header} java.util.Map<String, String> 8 added .size() here to limit output
#{headerValues} java.util.Map<String, String[]> 8 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@3314a20d
#{session} java.lang.Object weblogic.servlet.internal.session.MemorySessionData@2a8b3aea
#{view} javax.faces.component.UIViewRoot javax.faces.component.UIViewRoot@5a7d2480
#{viewScope} java.util.Map<String, Object> {}

Index Page