public class AnnotationConfiguration.WebAppClassNameResolver extends Object implements ClassNameResolver
Constructor and Description |
---|
AnnotationConfiguration.WebAppClassNameResolver(WebAppContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
isExcluded(String name)
Based on the execution context, should the class represented
by "name" be excluded from consideration?
|
boolean |
shouldOverride(String name)
Based on the execution context, if a duplicate class
represented by "name" is detected, should the existing
one be overridden or not?
|
public AnnotationConfiguration.WebAppClassNameResolver(WebAppContext context)
public boolean isExcluded(String name)
ClassNameResolver
isExcluded
in interface ClassNameResolver
public boolean shouldOverride(String name)
ClassNameResolver
shouldOverride
in interface ClassNameResolver
Copyright © 1995-2015 Webtide. All Rights Reserved.