public class JsfApiAbstraction extends ApiAbstraction implements Service
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum
Modifier and Type | Field and Description |
---|---|
Class<?> |
BEHAVIOR_CLASS |
Class<?> |
FACES_CONTEXT |
double |
MINIMUM_API_VERSION |
Constructor and Description |
---|
JsfApiAbstraction(ResourceLoader resourceLoader) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
boolean |
isApiVersionCompatibleWith(double version) |
annotationTypeForName, classForName, enumValue
public final Class<?> FACES_CONTEXT
public final Class<?> BEHAVIOR_CLASS
public final double MINIMUM_API_VERSION
public JsfApiAbstraction(ResourceLoader resourceLoader)
Copyright © 2013 Seam Framework. All Rights Reserved.