| Name | Description | Type | Package | Framework |
| ApplicationDefaults | Used to disambiguate which version of SymbolProvider is being referenced. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| AspectDecorator | A decorator used to create an interceptor that delegates each method's invocation to an MethodAdvice for advice. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| AspectInterceptorBuilder | A builder may be obtained from the AspectDecorator and allows more controlled creation of the created interceptor; it allows different methods to be given different advice, and allows | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| Builtin | Marks services provided by this module that may need to be unambiguously referenced. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ChainBuilder | A service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the commands). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ClassFab | Used when fabricating a new class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ClassFabUtils | Handy method useful when creating new classes using ClassFab. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ClassFactory | Service used when dynamically creating new classes. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ClassNameLocator | Scans the classpath for top-level classes within particular packages. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ClasspathURLConverter | Used by ClassNameLocator to convert URLs from one protocol to another. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ClassPropertyAdapter | Organizes all PropertyAdapters for a particular class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| Coercion | Responsible for converting from one type to another. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| CoercionTuple | An immutable object that represents a mapping from one type to another. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| CronSchedule | | Class | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
|
| DefaultImplementationBuilder | Creates default implementatons of a class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ExceptionAnalysis | An analysis of an exception (including nested exceptions). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ExceptionAnalyzer | Analyzes an exception, providing an analysis. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ExceptionInfo | Contains information about an analyzed exception. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ExceptionTracker | Used by LoggingDecorator to track which exceptions have been logged during the current request (the ExceptionTracker is perthread). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| FieldValueConduit | Used as a replacement for a field. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| IntervalSchedule | A very simple schedule, that simply executes the desired job at fixed intervals. | Class | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
|
| LazyAdvisor | An advisor that identifies methods which can be evaluated lazily and advises them. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| LoggingAdvisor | A service used in conjunction with a service advisor method to add logging advice to a service. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| LoggingDecorator | Service that can create a logging interceptor that wraps around a service implementation (or interceptor). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| MasterObjectProvider | A service that acts as a chain-of-command over a number of ObjectProvider, but allows for the case where no object may be provided. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| MethodIterator | Utility used to iterate over the publically visible methods of a class or interface. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| MethodSignature | A representation of a Method, identifying the name, return type, parameter types and exception types. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ParallelExecutor | A service that allows work to occur in parallel using a thread pool. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PeriodicExecutor | A service that executes a job at intervals specified by a Schedule. | Interface | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
|
| PeriodicJob | | Interface | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
|
| PerthreadManager | Manages per-thread data, and provides a way for listeners to know when such data should be cleaned up. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PerThreadValue | Provides access to per-thread (and, by extension, per-request) data, managed by the PerthreadManager. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PipelineBuilder | Creates a pipeline from a service interface and an ordered list of filters. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PlasticProxyFactory | A service used to create proxies of varying types. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PropertyAccess | A wrapper around the JavaBean Introspector that allows more manageable access to JavaBean properties of objects. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PropertyAdapter | Provides access to a single property within a class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| PropertyShadowBuilder | Creates a shadow of a property of an object. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| RegistryShutdownHub | Event hub for notifications when the IOC Registry shuts down. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| RegistryShutdownListener | Event listener interfaces for objects that need to know when the Registry shutsdown. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| Schedule | Used with PeriodicExecutor to control the schedule for when jobs execute. | Interface | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
|
| ServiceActivity | Provided by the ServiceActivityScoreboard to track a single service's state and activity. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ServiceActivityScoreboard | Provides access to the runtime details about services in the Registry. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ServiceLifecycleSource | Provides access to user defined lifecycles (beyond the two built-in lifecycles: singleton and primitive). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ServiceOverride | Used to override built in services. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| Status | enum Statusextends EnumUsed in ServiceActivity to identify the state of the service in terms of its overall lifecycle. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| StrategyBuilder | A service implementation builder that operates around a StrategyRegistry, implementing a version of the Gang of Four Strategy pattern. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| SymbolProvider | A provider of values for symbols, used by the SymbolSource service. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| SymbolSource | Used to manage symbols, configuration properties whose value is evaluated at runtime. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| TapestryIOCModule | Defines the base set of services for the Tapestry IOC container. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ThreadCleanupListener | Listener interface for object that need to know about thread event cleanup. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ThreadLocale | Stores the locale for the current thread. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| ThunkCreator | A thunk is a delayed calculation. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
|
| TypeCoercer | Makes use of Coercions to convert between an input value (of some specific type) and a desired output type. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |