HiveMind Module Registry
ModuleVersionDescription
hivemind1.1.0The master module for HiveMind, defining core, universal functionality.
hivemind.lib1.1.0Standard library for HiveMind, providing commonly used services.
tapestry3.1.0The master module for the Apache Tapestry web application framework.
tapestry.asset3.1.0Factories for creating IAsset instances.
tapestry.bindings3.1.0Services for creating instance of IBinding.
tapestry.coerce3.1.0Module used to coerce data types from one type to another. This is used primarily to convert strings into other types (numbers, booleans, etc.) or to convert various types into booleans (to be used as conditions).
tapestry.data3.1.0Module used to define the DataSqueezer service and related. To come: configuratons for defining squeeze adaptors.
tapestry.enhance3.1.0Services and configurations related to component and page class enhancement.
tapestry.globals3.1.0Contains global information about the application and (inside threaded services) about the current request. In addition, services based on this global information are provided.
tapestry.init3.1.0Contains all the application initialization logic.
tapestry.monitor3.1.0
tapestry.ognl3.1.0Wrappers around the Object Graph Navigation Library.
tapestry.page3.1.0Module for services related to page loading and pooling.
tapestry.parse3.1.0Template and specification parsers.
tapestry.persist3.1.0Services for managing page property persistence.
tapestry.props3.1.0Defines services for locating configuration data that may be stored in the web application deployment descriptor, the application specification, or elsewhere.
tapestry.request3.1.0Services and configurations for the Tapestry request processing pipeline. It is expected that the IEngine interface will eventually "dissolve" into a collection of loosely bound services.
tapestry.script3.1.0Module focused on client-side Javascript templates.
tapestry.services3.1.0Contains the Tapestry engine services, and the configuration points for creating new ones (or overriding the factory defaults).
tapestry.state3.1.0Management of application state objects.
tapestry.url3.1.0Control over constructing and recognizing URLs for Tapestry engine services.
Configurations
hivemind.ApplicationDefaults
hivemind.EagerLoad
hivemind.FactoryDefaults
hivemind.ObjectProviders
hivemind.ServiceModels
hivemind.Startup
hivemind.SymbolSources
hivemind.Translators
tapestry.asset.AssetFactories
tapestry.asset.AssetFactoryAdapters
tapestry.bindings.BindingFactories
tapestry.coerce.BooleanConverters
tapestry.coerce.IteratorConverters
tapestry.coerce.TypeConverters
tapestry.enhance.EnhancementWorkers
tapestry.init.ApplicationInitializers
tapestry.ognl.PropertyAccessors
tapestry.persist.PersistenceStrategy
tapestry.props.ApplicationPropertySources
tapestry.props.GlobalPropertySources
tapestry.request.RequestServicerPipeline
tapestry.services.ApplicationServices
tapestry.services.FactoryServices
tapestry.state.ApplicationObjects
tapestry.state.FactoryObjects
tapestry.state.StateObjectPersistenceManagers
tapestry.url.ServiceEncoders
Services
hivemind.ApplicationDefaultsSymbolSource
hivemind.BuilderFactory
hivemind.ClassFactory
hivemind.ConfigurationObjectProvider
hivemind.EagerLoad
hivemind.FactoryDefaultsSymbolSource
hivemind.lib.AdapterRegistryFactory
hivemind.lib.BeanFactoryBuilder
hivemind.lib.BeanFactoryObjectProvider
hivemind.lib.ChainBuilder
hivemind.lib.ChainFactory
hivemind.lib.DefaultImplementationBuilder
hivemind.lib.DefaultSpringBeanFactory
hivemind.lib.DefaultSpringBeanFactoryHolder
hivemind.lib.EJBProxyFactory
hivemind.lib.NameLookup
hivemind.lib.PipelineFactory
hivemind.lib.PlaceholderFactory
hivemind.lib.RemoteExceptionCoordinator
hivemind.lib.ServicePropertyFactory
hivemind.lib.SpringLookupFactory
hivemind.lib.SpringObjectProvider
hivemind.LoggingInterceptor
hivemind.ObjectInstanceObjectProvider
hivemind.ObjectTranslator
hivemind.ServiceObjectProvider
hivemind.ServicePropertyObjectProvider
hivemind.ShutdownCoordinator
hivemind.Startup
hivemind.ThreadEventNotifier
hivemind.ThreadLocalStorage
tapestry.asset.AssetSource
tapestry.asset.ClasspathAssetFactory
tapestry.asset.ContextAssetFactory
tapestry.asset.DefaultAssetFactory
tapestry.asset.LookupAssetFactory
tapestry.bindings.AssetBindingFactory
tapestry.bindings.BeanBindingFactory
tapestry.bindings.BindingSource
tapestry.bindings.ComponentBindingFactory
tapestry.bindings.HiveMindBindingFactory
tapestry.bindings.ListenerBindingFactory
tapestry.bindings.LiteralBindingFactory
tapestry.bindings.MessageBindingFactory
tapestry.bindings.OGNLBindingFactory
tapestry.bindings.StateBindingFactory
tapestry.ClasspathResourceFactory
tapestry.coerce.BooleanConverter
tapestry.coerce.IteratorConverter
tapestry.coerce.ValueConverter
tapestry.ComponentMessagesSource
tapestry.data.DataSqueezer
tapestry.enhance.AbstractPropertyWorker
tapestry.enhance.ClassObjectProvider
tapestry.enhance.ComponentConstructorFactory
tapestry.enhance.EnhancedClassValidator
tapestry.enhance.EnhancementWorkerChain
tapestry.enhance.InjectAssetWorker
tapestry.enhance.InjectBeanWorker
tapestry.enhance.InjectComponentWorker
tapestry.enhance.InjectMessagesWorker
tapestry.enhance.InjectPageAttachListenerWorker
tapestry.enhance.InjectPageBeginRenderListenerWorker
tapestry.enhance.InjectPageDetachListenerWorker
tapestry.enhance.InjectPageEndRenderListenerWorker
tapestry.enhance.InjectPageValidateListenerWorker
tapestry.enhance.InjectSpecificationWorker
tapestry.enhance.InjectStateWorker
tapestry.enhance.InjectWorker
tapestry.enhance.ParameterPropertyWorker
tapestry.enhance.SpecifiedPropertyWorker
tapestry.ExtensionLookupFactory
tapestry.GlobalObjectPool
tapestry.globals.ApplicationGlobals
tapestry.globals.HttpServletRequest
tapestry.globals.HttpServletResponse
tapestry.globals.RequestGlobals
tapestry.globals.RequestGlobalsInitializer
tapestry.globals.ServletContext
tapestry.Infrastructure
tapestry.InfrastructureObjectProvider
tapestry.init.ApplicationSpecificationInitializer
tapestry.init.MasterInitializer
tapestry.InjectedValueProvider
tapestry.InjectedValueProviderFactory
tapestry.monitor.DefaultMonitorFactory
tapestry.monitor.MonitorFactory
tapestry.ObjectTranslator
tapestry.ognl.ExpressionCache
tapestry.ognl.ExpressionEvaluator
tapestry.page.BSFManagerFactory
tapestry.page.ComponentSpecificationResolver
tapestry.page.ComponentTemplateLoader
tapestry.page.EstablishDefaultParameterValuesVisitor
tapestry.page.PageLoader
tapestry.page.PagePool
tapestry.page.PageSource
tapestry.page.PageSpecificationResolver
tapestry.page.SpecificationResolverDelegate
tapestry.parse.SpecificationParser
tapestry.parse.SpecificationSource
tapestry.parse.TemplateParser
tapestry.parse.TemplateSource
tapestry.parse.TemplateSourceDelegate
tapestry.persist.PropertyPersistenceStrategySource
tapestry.persist.SessionPropertyPersistenceStrategy
tapestry.props.ApplicationPropertyObjectProvider
tapestry.props.ApplicationPropertySource
tapestry.props.ApplicationSpecificationPropertySource
tapestry.props.ComponentPropertySource
tapestry.props.DelegatePropertySource
tapestry.props.GlobalPropertyObjectProvider
tapestry.props.GlobalPropertySource
tapestry.props.ServletContextPropertySource
tapestry.props.ServletPropertySource
tapestry.props.SymbolSourcesPropertySource
tapestry.props.SymbolSourcesPropertySourceFactory
tapestry.request.AbsoluteURLBuilder
tapestry.request.CookieSource
tapestry.request.EngineFactory
tapestry.request.EngineManager
tapestry.request.EnginePool
tapestry.request.InvokeEngineTerminator
tapestry.request.RequestCycleFactory
tapestry.request.RequestLocaleManager
tapestry.request.RequestServicerPipeline
tapestry.request.ResponseRenderer
tapestry.RequestExceptionReporter
tapestry.ResetEventCoordinator
tapestry.script.ScriptSource
tapestry.services.Action
tapestry.services.Asset
tapestry.services.AssetExternalizer
tapestry.services.Direct
tapestry.services.EngineServiceObjectProvider
tapestry.services.External
tapestry.services.Home
tapestry.services.Page
tapestry.services.Reset
tapestry.services.Restart
tapestry.services.ServiceMap
tapestry.state.ApplicationStateManager
tapestry.state.DefaultGlobalFactory
tapestry.state.DefaultVisitFactory
tapestry.state.SessionScopeManager
tapestry.state.StateObjectManagerRegistry
tapestry.url.BaseTagWriter
tapestry.url.LinkFactory
Schemas
hivemind.Defaults
hivemind.lib.AdapterRegistry
hivemind.lib.BeanFactoryContribution
hivemind.lib.ChainContribution
hivemind.lib.Pipeline
hivemind.MethodFilter
tapestry.coerce.Converters
tapestry.services.EngineServices
tapestry.state.StateObjectContribution