Uses of Interface
org.glassfish.hk2.api.IndexedFilter
Packages that use IndexedFilter
Package
Description
-
Uses of IndexedFilter in com.sun.enterprise.module.bootstrap
Classes in com.sun.enterprise.module.bootstrap that implement IndexedFilterModifier and TypeClassDescriptionprivate static class
This filter matches against the name, including only matching a ModuleStartup with no name if name is null (unlike a normal "null" returned from name, which acts as a wildcard for the name) -
Uses of IndexedFilter in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement IndexedFilterModifier and TypeClassDescription(package private) class
(package private) class
Matches only things with scope ConfiguredBy and which have no name -
Uses of IndexedFilter in org.glassfish.hk2.extras.interception.internal
Fields in org.glassfish.hk2.extras.interception.internal declared as IndexedFilterModifier and TypeFieldDescriptionprivate static final IndexedFilter
DefaultInterceptionService.CONSTRUCTOR_FILTER
private static final IndexedFilter
DefaultInterceptionService.METHOD_FILTER
-
Uses of IndexedFilter in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement IndexedFilterModifier and TypeClassDescriptionclass
Implementation created by the builderclass
This is a filter that matches an exact descriptor -
Uses of IndexedFilter in org.glassfish.hk2.utilities
Methods in org.glassfish.hk2.utilities that return IndexedFilterModifier and TypeMethodDescriptionstatic IndexedFilter
BuilderHelper.createContractFilter
(String contract) Returns an indexed filter that will return all descriptors that have contract as an advertised contractstatic IndexedFilter
BuilderHelper.createDescriptorFilter
(Descriptor descriptorImpl) Returns a filter that will return true an IndexedFilter that will match theDescriptorImpl.equals(Object)
returnstatic IndexedFilter
BuilderHelper.createDescriptorFilter
(Descriptor descriptorImpl, boolean deepCopy) Returns a filter that will return true an IndexedFilter that will match theDescriptorImpl.equals(Object)
returnstatic IndexedFilter
BuilderHelper.createNameAndContractFilter
(String contract, String name) Returns an indexed filter that will return all descriptors that have the given name and given contractstatic IndexedFilter
BuilderHelper.createNameFilter
(String name) Returns an indexed filter that will return all descriptors that have the given namestatic IndexedFilter
BuilderHelper.createSpecificDescriptorFilter
(Descriptor descriptor) This method creates a filter that will match one and only one descriptor.static IndexedFilter
BuilderHelper.createTokenizedFilter
(String tokenString) Creates a filter from a token string as per the following rules. The token delimiter is ; The first token is the contract. -
Uses of IndexedFilter in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement IndexedFilterModifier and TypeClassDescriptionprivate static class