Uses of Enum
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
Packages that use InterceptorCommonLibrary.AnnotationUsage
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of InterceptorCommonLibrary.AnnotationUsage in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return InterceptorCommonLibrary.AnnotationUsageModifier and TypeMethodDescriptionInterceptorCommonLibrary.ConfiguredPolicy.getAnnotationUsage()InterceptorCommonLibrary.PolicyEntry.getAnnotationUsage()InterceptorCommonLibrary.getAnnotationUsageFromPolicyClass(Class<?> policyClass) Returns category of form field policy implementation class or NA if not applicable.Returns the enum constant of this type with the specified name.InterceptorCommonLibrary.AnnotationUsage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in name.matthewgreet.strutscommons.util with parameters of type InterceptorCommonLibrary.AnnotationUsageModifier and TypeMethodDescriptionprotected List<InterceptorCommonLibrary.PolicyEntry<?, ?, ?>> DefaultPolicyLookup.getScannedPoliciesByType(io.github.classgraph.ScanResult scanResult, Class<?> interfaceClass, Class<?> supportClass, InterceptorCommonLibrary.AnnotationUsage annotationUsage) static <A extends Annotation,P extends Policy<A>, T>
InterceptorCommonLibrary.PolicyEntry<?, ?, ?> DefaultPolicyLookup.makePolicyEntryFromClassNames(String annotationClassName, String policyClassName, String recipientTypeName, InterceptorCommonLibrary.AnnotationUsage annotationUsage, boolean builtIn, boolean defaultPolicy) Constructors in name.matthewgreet.strutscommons.util with parameters of type InterceptorCommonLibrary.AnnotationUsageModifierConstructorDescriptionPolicyEntry(Class<A> annotationClass, Class<P> policyClass, Class<T> recipientType, InterceptorCommonLibrary.AnnotationUsage annotationUsage, boolean builtIn, boolean defaultPolicy)