|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Registry | |
|---|---|
| org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
| org.apache.hivemind.servlet | Classes to support use of HiveMind within servlet applications. |
| org.apache.hivemind.test | Base classes and utilities to support unit tests involving HiveMind. |
| Uses of Registry in org.apache.hivemind.impl |
|---|
| Classes in org.apache.hivemind.impl that implement Registry | |
|---|---|
class |
RegistryImpl
Implementation of Registry that delegates to an instance of
RegistryInfrastructure. |
| Methods in org.apache.hivemind.impl that return Registry | |
|---|---|
static Registry |
RegistryBuilder.constructDefaultRegistry()
Constructs a default registry based on just the modules visible to the thread context class loader (this is sufficient is the majority of cases), and using the default locale. |
Registry |
RegistryBuilder.constructRegistry()
Constructs the registry from its RegistryDefinition. |
Registry |
RegistryBuilder.constructRegistry(java.util.Locale locale)
Constructs the registry from its RegistryDefinition. |
static Registry |
RegistryBuilder.constructRegistry(RegistryDefinition definition,
ErrorHandler errorHandler,
java.util.Locale locale)
Constructs the registry from a specified RegistryDefinition. |
| Uses of Registry in org.apache.hivemind.servlet |
|---|
| Methods in org.apache.hivemind.servlet that return Registry | |
|---|---|
protected Registry |
AutoloadingHiveMindFilter.constructRegistry(javax.servlet.FilterConfig config)
Invoked from AutoloadingHiveMindFilter.init(FilterConfig) to actually construct the Registry. |
static Registry |
AutoloadingHiveMindFilter.getRegistry(javax.servlet.http.HttpServletRequest request)
Returns the Registry that was stored as a request attribute inside method
AutoloadingHiveMindFilter.doFilter(ServletRequest, ServletResponse, FilterChain). |
| Uses of Registry in org.apache.hivemind.test |
|---|
| Methods in org.apache.hivemind.test that return Registry | |
|---|---|
protected Registry |
HiveMindTestCase.buildFrameworkRegistry(ModuleDefinition customModule)
|
protected Registry |
HiveMindTestCase.buildFrameworkRegistry(ModuleDefinition[] customModules)
Builds a registry, containing only the modules delivered the parameter customModules, plus the master module descriptor
(i.e., those visible on the classpath). |
protected Registry |
HiveMindTestCase.buildMinimalRegistry(Resource l)
Builds a registry from exactly the provided resource; this registry will not include the hivemind module. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||