Enum | Description |
---|---|
BeanManager |
This configuration enum allows you to get the CDI
BeanManager anyway in cases where
@Inject and/or CDI#current() may not work, or when you'd like to test availability of
CDI without having any direct CDI dependency (as done in ApplicationListener ). |
FacesConfigXml |
This configuration enum parses the
/WEB-INF/faces-config.xml and all
/META-INF/faces-config.xml files found in the classpath and offers methods to obtain information from
them which is not available by the standard JSF API. |
WebXml |
This configuration enum parses the
/WEB-INF/web.xml and all /META-INF/web-fragment files
found in the classpath and offers methods to obtain information from them which is not available by the standard
Servlet API. |
Copyright © 2012–2016 OmniFaces. All rights reserved.