org.apache.myfaces.config.annotation
Class AllAnnotationLifecycleProvider
java.lang.Object
org.apache.myfaces.config.annotation.NoInjectionAnnotationLifecycleProvider
org.apache.myfaces.config.annotation.ResourceAnnotationLifecycleProvider
org.apache.myfaces.config.annotation.AllAnnotationLifecycleProvider
- All Implemented Interfaces:
- LifecycleProvider, LifecycleProvider2
public class AllAnnotationLifecycleProvider
- extends ResourceAnnotationLifecycleProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllAnnotationLifecycleProvider
public AllAnnotationLifecycleProvider(Context context)
checkMethodAnnotation
protected void checkMethodAnnotation(Method method,
Object instance)
throws NamingException,
IllegalAccessException,
InvocationTargetException
- Overrides:
checkMethodAnnotation
in class ResourceAnnotationLifecycleProvider
- Throws:
NamingException
IllegalAccessException
InvocationTargetException
checkFieldAnnotation
protected void checkFieldAnnotation(Field field,
Object instance)
throws NamingException,
IllegalAccessException
- Overrides:
checkFieldAnnotation
in class ResourceAnnotationLifecycleProvider
- Throws:
NamingException
IllegalAccessException
Copyright © 2014 The Apache Software Foundation. All rights reserved.