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 classThis 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) classMatches 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 IndexedFilterDefaultInterceptionService.CONSTRUCTOR_FILTERprivate static final IndexedFilterDefaultInterceptionService.METHOD_FILTER -
Uses of IndexedFilter in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement IndexedFilterModifier and TypeClassDescriptionclassImplementation created by the builderclassThis 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 IndexedFilterBuilderHelper.createContractFilter(String contract) Returns an indexed filter that will return all descriptors that have contract as an advertised contractstatic IndexedFilterBuilderHelper.createDescriptorFilter(Descriptor descriptorImpl) Returns a filter that will return true an IndexedFilter that will match theDescriptorImpl.equals(Object)returnstatic IndexedFilterBuilderHelper.createDescriptorFilter(Descriptor descriptorImpl, boolean deepCopy) Returns a filter that will return true an IndexedFilter that will match theDescriptorImpl.equals(Object)returnstatic IndexedFilterBuilderHelper.createNameAndContractFilter(String contract, String name) Returns an indexed filter that will return all descriptors that have the given name and given contractstatic IndexedFilterBuilderHelper.createNameFilter(String name) Returns an indexed filter that will return all descriptors that have the given namestatic IndexedFilterBuilderHelper.createSpecificDescriptorFilter(Descriptor descriptor) This method creates a filter that will match one and only one descriptor.static IndexedFilterBuilderHelper.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