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
Method Summary |
protected void |
checkFieldAnnotation(java.lang.reflect.Field field,
java.lang.Object instance)
|
protected void |
checkMethodAnnotation(java.lang.reflect.Method method,
java.lang.Object instance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllAnnotationLifecycleProvider
public AllAnnotationLifecycleProvider(javax.naming.Context context)
checkMethodAnnotation
protected void checkMethodAnnotation(java.lang.reflect.Method method,
java.lang.Object instance)
throws javax.naming.NamingException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Overrides:
checkMethodAnnotation
in class ResourceAnnotationLifecycleProvider
- Throws:
javax.naming.NamingException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
checkFieldAnnotation
protected void checkFieldAnnotation(java.lang.reflect.Field field,
java.lang.Object instance)
throws javax.naming.NamingException,
java.lang.IllegalAccessException
- Overrides:
checkFieldAnnotation
in class ResourceAnnotationLifecycleProvider
- Throws:
javax.naming.NamingException
java.lang.IllegalAccessException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.