org.jboss.kernel.plugins.annotations.wb
Class WBInjectionResolver
java.lang.Object
org.jboss.kernel.plugins.annotations.wb.WBInjectionResolver
public class WBInjectionResolver
- extends Object
Web beans injection resolver.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WBInjectionResolver
public WBInjectionResolver()
addExcludedAnnotation
public static void addExcludedAnnotation(Class<? extends Annotation> annotationClass)
- Add excluded annotations.
- Parameters:
annotationClass
- the excluded annotation's class.
resolve
public static KernelControllerContext resolve(KernelController controller,
Class<?> type,
Annotation[] annotations)
- Find matching controller context.
- Parameters:
controller
- the kernel controllertype
- the matching typeannotations
- the filter annotations
- Returns:
- single matching context or null if none or multiple
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.