org.apache.myfaces.spi.impl
Class AllAnnotationInjectionProvider
java.lang.Object
org.apache.myfaces.spi.InjectionProvider
org.apache.myfaces.spi.impl.NoInjectionAnnotationInjectionProvider
org.apache.myfaces.spi.impl.ResourceAnnotationInjectionProvider
org.apache.myfaces.spi.impl.AllAnnotationInjectionProvider
public class AllAnnotationInjectionProvider
- extends ResourceAnnotationInjectionProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllAnnotationInjectionProvider
public AllAnnotationInjectionProvider(Context context)
checkMethodAnnotation
protected void checkMethodAnnotation(Method method,
Object instance)
throws NamingException,
IllegalAccessException,
InvocationTargetException
- Overrides:
checkMethodAnnotation
in class ResourceAnnotationInjectionProvider
- Throws:
NamingException
IllegalAccessException
InvocationTargetException
checkFieldAnnotation
protected void checkFieldAnnotation(Field field,
Object instance)
throws NamingException,
IllegalAccessException
- Overrides:
checkFieldAnnotation
in class ResourceAnnotationInjectionProvider
- Throws:
NamingException
IllegalAccessException
Copyright © 2014 The Apache Software Foundation. All rights reserved.