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 classMain.MainFilterThis 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) classChildFilter(package private) classNoNameTypeFilterMatches 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 IndexedFilterDefaultInterceptionService. CONSTRUCTOR_FILTERprivate static IndexedFilterDefaultInterceptionService. METHOD_FILTER -
Uses of IndexedFilter in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement IndexedFilter Modifier and Type Class Description classIndexedFilterImplImplementation created by the builderclassSpecificFilterImplThis 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 IndexedFilterBuilderHelper. createContractFilter(java.lang.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(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 IndexedFilterBuilderHelper. createNameFilter(java.lang.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(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 classServiceLocatorImpl.UnqualifiedIndexedFilter
-