HiveMind Module Registry
ModuleVersionDescription
tapestry4.0.0The master module for the Apache Tapestry web application framework.
tapestry.asset4.0.0Factories for creating IAsset instances.
tapestry.bindings4.0.0Services for creating instance of IBinding.
tapestry.coerce4.0.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.data4.0.0Module used to define the DataSqueezer service and related.
tapestry.describe4.0.0Services and adaptors for "describing" various objects into an HTML representation.
tapestry.enhance4.0.0Services and configurations related to component and page class enhancement.
tapestry.error4.0.0Handling of common runtime errors.
tapestry.event4.1.0Mappings from client side events to IActionListener instances.
tapestry.form4.0.0Support for form components.
tapestry.form.translator4.0.0Support for input field translators.
tapestry.form.validator4.0.0Support for input field validators.
tapestry.globals4.0.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.init4.0.0Contains all the application initialization logic.
tapestry.js4.0.0Module for javascript support.
tapestry.l10n4.0.0Extensible support for localization of resources.
tapestry.listener4.0.0Mappings from listener methods to IActionListener instances.
tapestry.markup4.0.0Support for markup writers and filters.
tapestry.multipart4.0.0Support for multipart/form-data encoded requests used for file uploads.
tapestry.ognl4.0.0Wrappers around the Object Graph Navigation Library.
tapestry.page4.0.0Module for services related to page loading and pooling.
tapestry.parse4.0.0Template and specification parsers.
tapestry.persist4.0.0Services for managing page property persistence.
tapestry.props4.0.0Defines services for locating configuration data that may be stored in the web application deployment descriptor, the application specification, or elsewhere.
tapestry.render4.1.0Various rendering services.
tapestry.request4.0.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.script4.0.0Module focused on client-side Javascript templates.
tapestry.services4.0.0Contains the Tapestry engine services, and the configuration points for creating new ones (or overriding the factory defaults).
tapestry.state4.0.0Management of application state objects.
tapestry.url4.0.0Control over constructing and recognizing URLs for Tapestry engine services.
tapestry.valid4.0.0Support for input validation subsystem (centered around the ValidField component).
Configuration Points
tapestry.asset.AssetFactories
tapestry.asset.AssetFactoryStrategies
tapestry.asset.UnprotectedAssets
tapestry.bindings.BindingFactories
tapestry.bindings.PropertyNameBindingFactories
tapestry.coerce.BooleanConverters
tapestry.coerce.IteratorConverters
tapestry.coerce.ListConverters
tapestry.coerce.PropertySelectionModelConverters
tapestry.coerce.TypeConverters
tapestry.data.DataSqueezerFilters
tapestry.data.SqueezeAdaptors
tapestry.describe.DescribableStrategies
tapestry.describe.RenderStrategies
tapestry.enhance.ClassInspectors
tapestry.enhance.EnhancementWorkers
tapestry.enhance.InjectWorkers
tapestry.form.translator.Translators
tapestry.form.validator.Validators
tapestry.Infrastructure
tapestry.InfrastructureOverrides
tapestry.init.ApplicationInitializers
tapestry.l10n.ResourceLocalizers
tapestry.listener.ListenerInvoker
tapestry.markup.MarkupFilters
tapestry.ognl.NullHandlers
tapestry.ognl.PropertyAccessors
tapestry.page.ComponentClassProviderChain
tapestry.page.PageClassProviderChain
tapestry.persist.PersistenceStrategy
tapestry.props.ApplicationPropertySources
tapestry.props.GlobalPropertySources
tapestry.render.ComponentRenderWorkers
tapestry.request.ServletRequestServicerPipeline
tapestry.request.WebRequestServicerPipeline
tapestry.services.ApplicationServices
tapestry.services.FactoryServices
tapestry.services.ResponseContributors
tapestry.state.ApplicationObjects
tapestry.state.FactoryObjects
tapestry.state.StateObjectPersistenceManagers
tapestry.url.ServiceEncoders
tapestry.valid.Validators
43 configuration points
Service Points
tapestry.asset.AssetSource
tapestry.asset.ClasspathAssetFactory
tapestry.asset.ContextAssetFactory
tapestry.asset.DefaultAssetFactory
tapestry.asset.LookupAssetFactory
tapestry.asset.ResourceDigestSource
tapestry.asset.UnprotectedResourceMatcher
tapestry.bindings.AssetBindingFactory
tapestry.bindings.BeanBindingFactory
tapestry.bindings.BindingSource
tapestry.bindings.ClientIdBindingFactory
tapestry.bindings.ClientIdListBindingFactory
tapestry.bindings.ComponentBindingFactory
tapestry.bindings.HiveMindBindingFactory
tapestry.bindings.ListenerBindingFactory
tapestry.bindings.LiteralBindingFactory
tapestry.bindings.MessageBindingFactory
tapestry.bindings.MetaBindingFactory
tapestry.bindings.OGNLBindingFactory
tapestry.bindings.StateBindingFactory
tapestry.ClassFactory
tapestry.ClassFinder
tapestry.ClasspathResourceFactory
tapestry.coerce.BooleanConverter
tapestry.coerce.IteratorConverter
tapestry.coerce.ListConverter
tapestry.coerce.PropertySelectionModelConverter
tapestry.coerce.ValueConverter
tapestry.ComponentMessagesSource
tapestry.data.DataSqueezer
tapestry.data.DataSqueezerTerminator
tapestry.data.SerializableAdaptor
tapestry.DeferredObjectTranslator
tapestry.describe.DefaultRenderStrategy
tapestry.describe.DescribableStrategy
tapestry.describe.HTMLDescriber
tapestry.describe.ObjectArrayRenderStrategy
tapestry.describe.RenderableAdapterFactory
tapestry.describe.RenderStrategy
tapestry.describe.ReportStatusHub
tapestry.describe.RootDescriptionReceiverFactory
tapestry.enhance.AbstractPropertyWorker
tapestry.enhance.AutowireWorker
tapestry.enhance.AutowireWorkerFactory
tapestry.enhance.ClassInspector
tapestry.enhance.ClientIdPropertyWorker
tapestry.enhance.ComponentConstructorFactory
tapestry.enhance.DispatchToInjectWorker
tapestry.enhance.EnhancedClassValidator
tapestry.enhance.EnhancementWorkerChain
tapestry.enhance.GenericsClassInspector
tapestry.enhance.InjectAssetWorker
tapestry.enhance.InjectBeanWorker
tapestry.enhance.InjectComponentWorker
tapestry.enhance.InjectEventInvokerWorker
tapestry.enhance.InjectMessagesWorker
tapestry.enhance.InjectMetaWorker
tapestry.enhance.InjectObjectWorker
tapestry.enhance.InjectPageAttachListenerWorker
tapestry.enhance.InjectPageBeginRenderListenerWorker
tapestry.enhance.InjectPageDetachListenerWorker
tapestry.enhance.InjectPageEndRenderListenerWorker
tapestry.enhance.InjectPageValidateListenerWorker
tapestry.enhance.InjectRenderWorker
tapestry.enhance.InjectScriptWorker
tapestry.enhance.InjectSpecificationWorker
tapestry.enhance.InjectStateFlagWorker
tapestry.enhance.InjectStateWorker
tapestry.enhance.ParameterPropertyWorker
tapestry.enhance.SpecifiedPropertyWorker
tapestry.error.ExceptionPresenter
tapestry.error.RequestExceptionReporter
tapestry.error.StaleLinkExceptionPresenter
tapestry.error.StaleSessionExceptionPresenter
tapestry.error.WMLExceptionPresenter
tapestry.event.DirectEvent
tapestry.event.EventInvoker
tapestry.ExtensionLookupFactory
tapestry.form.TranslatedFieldSupport
tapestry.form.translator.TranslatorBeanFactory
tapestry.form.translator.TranslatorBindingFactory
tapestry.form.ValidatableFieldSupport
tapestry.form.validator.ValidatorFactory
tapestry.form.validator.ValidatorsBindingFactory
tapestry.GlobalObjectPool
tapestry.globals.ApplicationGlobals
tapestry.globals.HttpServletRequest
tapestry.globals.HttpServletResponse
tapestry.globals.IRequestCycle
tapestry.globals.RequestGlobals
tapestry.globals.ResponseBuilder
tapestry.globals.ServletContext
tapestry.globals.SetupServletApplicationGlobals
tapestry.globals.WebContext
tapestry.globals.WebRequest
tapestry.globals.WebResponse
tapestry.Infrastructure
tapestry.InfrastructureObjectProvider
tapestry.init.ApplicationSpecificationInitializer
tapestry.init.MasterInitializer
tapestry.init.WebContextInitializer
tapestry.InjectedValueProvider
tapestry.InjectedValueProviderFactory
tapestry.js.JavascriptManager
tapestry.l10n.ResourceLocalizer
tapestry.listener.ListenerInvoker
tapestry.listener.ListenerMapSource
tapestry.markup.MarkupWriterSource
tapestry.multipart.ServletMultipartDecoder
tapestry.multipart.ServletMultipartDecoderFilter
tapestry.ObjectTranslator
tapestry.ognl.ExpressionCache
tapestry.ognl.ExpressionEvaluator
tapestry.page.ComponentClassProvider
tapestry.page.ComponentResourceResolver
tapestry.page.ComponentSpecificationResolver
tapestry.page.ComponentTemplateLoader
tapestry.page.ComponentTypeVisitor
tapestry.page.EstablishDefaultParameterValuesVisitor
tapestry.page.EventConnectionVisitor
tapestry.page.GlobalDefaultPageClassProvider
tapestry.page.NamespaceClassSearchComponentClassProvider
tapestry.page.NamespaceClassSearchPageClassProvider
tapestry.page.PageClassProvider
tapestry.page.PageLoader
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.AppClientPropertyPersistenceScope
tapestry.persist.AppClientPropertyPersistenceStrategy
tapestry.persist.PageClientPropertyPersistenceScope
tapestry.persist.PageClientPropertyPersistenceStrategy
tapestry.persist.PersistentPropertyDataEncoder
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.SymbolSourcesPropertySource
tapestry.props.SymbolSourcesPropertySourceFactory
tapestry.props.WebActivatorPropertySource
tapestry.props.WebContextPropertySource
tapestry.render.ComponentEventConnectionWorker
tapestry.render.ComponentRenderChain
tapestry.request.AbsoluteURLBuilder
tapestry.request.CookieSource
tapestry.request.DecodedRequestInjector
tapestry.request.DisableCachingFilter
tapestry.request.EngineFactory
tapestry.request.EngineManager
tapestry.request.EnginePool
tapestry.request.InvokeEngineTerminator
tapestry.request.RequestCycleFactory
tapestry.request.RequestLocaleManager
tapestry.request.ResponseRenderer
tapestry.request.ServletRequestServicer
tapestry.request.SetupRequestEncoding
tapestry.request.WebRequestServicer
tapestry.request.WebRequestServicerPipelineBridge
tapestry.ResetEventHub
tapestry.script.ScriptSource
tapestry.services.Asset
tapestry.services.DefaultResponseContributor
tapestry.services.Direct
tapestry.services.DojoAjaxResponseContributor
tapestry.services.EngineServiceObjectProvider
tapestry.services.External
tapestry.services.Home
tapestry.services.JSONResponseContributor
tapestry.services.Page
tapestry.services.PrototypeResponseContributor
tapestry.services.Reset
tapestry.services.ResponseDelegateFactory
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
tapestry.valid.ValidatorBeanFactory
tapestry.valid.ValidatorBindingFactory
193 service points
Schemas
tapestry.coerce.Converters
tapestry.Infrastructure
tapestry.services.EngineServices
tapestry.state.StateObjectContribution
4 schemas