| BaseApplicationContextHelper |
Helper class to provide static and common access to the Spring
application context.
|
| BaseApplicationContextHelper.ResourceFinder |
Can be used in Spring configuration to search for all resources matching an array of patterns.
|
| BaseApplicationContextHelper.VariableFeatureClassPathXmlApplicationContext |
A wrapper around ClassPathXmlApplicationContext which allows us
to enable lazy loading or prevent Subsystem autostart as requested.
|
| ConfigFileFinder |
Used to find configuration files as resources from the jar file or from some external location.
|
| ConfigScheduler<Data> |
Used to schedule reading of config.
|
| ConfigScheduler.ConfigSchedulerJob |
|
| DataModelTestApplicationContextHelper |
|
| ISO9075 |
Support for the ISO 9075 encoding of XML element names.
|
| LazyClassPathXmlApplicationContext |
A wrapper around ClassPathXmlApplicationContext which forces
all beans to be loaded lazily.
|
| LazyClassPathXmlApplicationContext.AlwaysLazyInitBeanDefinitionDocumentReader |
|
| NoAutoStartClassPathXmlApplicationContext |
A wrapper around ClassPathXmlApplicationContext which
stops Alfresco Subsystem (abstractPropertyBackedBean based)
beans from being AutoStarted by tweaking their property definitions.
|
| NoAutoStartClassPathXmlApplicationContext.NoAutoStartBeanDefinitionDocumentReader |
|
| NoAutoStartClassPathXmlApplicationContext.NoAutoStartBeanDefinitionParserDelegate |
|
| NumericEncoder |
Support to encode numeric types in the lucene index.
|
| SearchDateConversion |
Moved from Solr4QueryParser
|
| SearchLanguageConversion |
Helper class to provide conversions between different search languages
|
| SearchLanguageConversion.LanguageDefinition |
Simple store of special characters for a given query language
|
| ShutdownIndicator |
Listens to ApplicationEvents to provide a simple ShutdownIndicator.isShuttingDown() method, so callers don't need to be
Spring beans or listen to these events themselves.
|
| WebApplicationContextLoader |
|
| WebApplicationContextLoader.WebApplicationContext |
|