org.apache.myfaces.config.annotation
Class AllAnnotationLifecycleProvider

java.lang.Object
  extended by org.apache.myfaces.config.annotation.NoInjectionAnnotationLifecycleProvider
      extended by org.apache.myfaces.config.annotation.ResourceAnnotationLifecycleProvider
          extended by org.apache.myfaces.config.annotation.AllAnnotationLifecycleProvider
All Implemented Interfaces:
LifecycleProvider, LifecycleProvider2

public class AllAnnotationLifecycleProvider
extends ResourceAnnotationLifecycleProvider


Field Summary
 
Fields inherited from class org.apache.myfaces.config.annotation.ResourceAnnotationLifecycleProvider
context
 
Constructor Summary
AllAnnotationLifecycleProvider(javax.naming.Context context)
           
 
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 org.apache.myfaces.config.annotation.ResourceAnnotationLifecycleProvider
getFieldName, lookupFieldResource, lookupMethodResource, processAnnotations
 
Methods inherited from class org.apache.myfaces.config.annotation.NoInjectionAnnotationLifecycleProvider
destroyInstance, newInstance, postConstruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllAnnotationLifecycleProvider

public AllAnnotationLifecycleProvider(javax.naming.Context context)
Method Detail

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.