Class InterceptorCommonLibrary.PolicyEntry<A extends Annotation,P extends Policy<A>>

java.lang.Object
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PolicyEntry<A,P>
Enclosing class:
InterceptorCommonLibrary

public static class InterceptorCommonLibrary.PolicyEntry<A extends Annotation,P extends Policy<A>> extends Object
Describes table entry that finds a policy class from the annotation class that configures it.
  • Constructor Details

    • PolicyEntry

      public PolicyEntry(Class<A> annotationClass, Class<P> policyClass)
  • Method Details

    • getAnnotationClass

      public Class<A> getAnnotationClass()
    • getPolicyClass

      public Class<P> getPolicyClass()