Package org.jboss.weld.module.jsf
Class JsfApiAbstraction
- java.lang.Object
-
- org.jboss.weld.util.ApiAbstraction
-
- org.jboss.weld.module.jsf.JsfApiAbstraction
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service
public class JsfApiAbstraction extends ApiAbstraction implements org.jboss.weld.bootstrap.api.Service
Utility class for JSF related components, concepts etc. It can also report on the compatibility of the current JSF implementation being used.- Author:
- Pete Muir, Dan Allen
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.util.ApiAbstraction
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum
-
-
Field Summary
Fields Modifier and Type Field Description Class<?>BEHAVIOR_CLASSClass<?>FACES_CONTEXTdoubleMINIMUM_API_VERSION
-
Constructor Summary
Constructors Constructor Description JsfApiAbstraction(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()booleanisApiVersionCompatibleWith(double version)-
Methods inherited from class org.jboss.weld.util.ApiAbstraction
annotationTypeForName, classForName, enumValue
-
-