Uses of Interface
org.glassfish.hk2.api.InterceptionService
-
Packages that use InterceptionService Package Description org.glassfish.hk2.extras.interception.internal org.jvnet.hk2.internal -
-
Uses of InterceptionService in org.glassfish.hk2.extras.interception.internal
Classes in org.glassfish.hk2.extras.interception.internal that implement InterceptionService Modifier and Type Class Description class
DefaultInterceptionService
A default implementation of the interception service using annotation to denote services that are to be intercepted and other annotations to match methods or constructors to interceptors -
Uses of InterceptionService in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type InterceptionService Modifier and Type Field Description private java.util.LinkedList<InterceptionService>
ServiceLocatorImpl. interceptionServices
Methods in org.jvnet.hk2.internal that return types with arguments of type InterceptionService Modifier and Type Method Description (package private) java.util.List<InterceptionService>
ServiceLocatorImpl. getInterceptionServices()
-