Uses of Interface
org.glassfish.hk2.api.IndexedFilter
-
-
Uses of IndexedFilter in com.sun.enterprise.module.bootstrap
Classes in com.sun.enterprise.module.bootstrap that implement IndexedFilter Modifier and Type Class Description private static class
Main.MainFilter
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 IndexedFilter Modifier and Type Class Description (package private) class
ChildFilter
(package private) class
NoNameTypeFilter
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 IndexedFilter Modifier and Type Field Description private static IndexedFilter
DefaultInterceptionService. CONSTRUCTOR_FILTER
private static IndexedFilter
DefaultInterceptionService. METHOD_FILTER
-
Uses of IndexedFilter in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement IndexedFilter Modifier and Type Class Description class
IndexedFilterImpl
Implementation created by the builderclass
SpecificFilterImpl
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 IndexedFilter Modifier and Type Method Description static IndexedFilter
BuilderHelper. createContractFilter(java.lang.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(java.lang.String contract, java.lang.String name)
Returns an indexed filter that will return all descriptors that have the given name and given contractstatic IndexedFilter
BuilderHelper. createNameFilter(java.lang.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(java.lang.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 IndexedFilter Modifier and Type Class Description private static class
ServiceLocatorImpl.UnqualifiedIndexedFilter
-