Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.tapestry5.ioc.services Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
ApplicationDefaultsUsed to disambiguate which version of SymbolProvider is being referenced.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
AspectDecoratorA decorator used to create an interceptor that delegates each method's invocation to an MethodAdvice for advice.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
AspectInterceptorBuilderA 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 allowsInterfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
BuiltinMarks services provided by this module that may need to be unambiguously referenced.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
ChainBuilderA service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the commands).Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ClassFabUsed when fabricating a new class.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ClassFabUtilsHandy method useful when creating new classes using ClassFab.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
ClassFactoryService used when dynamically creating new classes.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ClassNameLocatorScans the classpath for top-level classes within particular packages.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ClasspathURLConverterUsed by ClassNameLocator to convert URLs from one protocol to another.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ClassPropertyAdapterOrganizes all PropertyAdapters for a particular class.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
CoercionResponsible for converting from one type to another.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
CoercionTupleAn immutable object that represents a mapping from one type to another.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
CronScheduleClassorg.apache.tapestry5.ioc.services.cronApache Tapestry
DefaultImplementationBuilderCreates default implementatons of a class.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ExceptionAnalysisAn analysis of an exception (including nested exceptions).Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ExceptionAnalyzerAnalyzes an exception, providing an analysis.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ExceptionInfoContains information about an analyzed exception.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ExceptionTrackerUsed by LoggingDecorator to track which exceptions have been logged during the current request (the ExceptionTracker is perthread).Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
FieldValueConduitUsed as a replacement for a field.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
IntervalScheduleA very simple schedule, that simply executes the desired job at fixed intervals.Classorg.apache.tapestry5.ioc.services.cronApache Tapestry
LazyAdvisorAn advisor that identifies methods which can be evaluated lazily and advises them.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
LoggingAdvisorA service used in conjunction with a service advisor method to add logging advice to a service.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
LoggingDecoratorService that can create a logging interceptor that wraps around a service implementation (or interceptor).Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
MasterObjectProviderA service that acts as a chain-of-command over a number of ObjectProvider, but allows for the case where no object may be provided.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
MethodIteratorUtility used to iterate over the publically visible methods of a class or interface.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
MethodSignatureA representation of a Method, identifying the name, return type, parameter types and exception types.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
ParallelExecutorA service that allows work to occur in parallel using a thread pool.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PeriodicExecutorA service that executes a job at intervals specified by a Schedule.Interfaceorg.apache.tapestry5.ioc.services.cronApache Tapestry
PeriodicJobInterfaceorg.apache.tapestry5.ioc.services.cronApache Tapestry
PerthreadManagerManages per-thread data, and provides a way for listeners to know when such data should be cleaned up.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PerThreadValueProvides access to per-thread (and, by extension, per-request) data, managed by the PerthreadManager.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PipelineBuilderCreates a pipeline from a service interface and an ordered list of filters.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PlasticProxyFactoryA service used to create proxies of varying types.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PropertyAccessA wrapper around the JavaBean Introspector that allows more manageable access to JavaBean properties of objects.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PropertyAdapterProvides access to a single property within a class.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PropertyShadowBuilderCreates a shadow of a property of an object.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
RegistryShutdownHubEvent hub for notifications when the IOC Registry shuts down.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
RegistryShutdownListenerEvent listener interfaces for objects that need to know when the Registry shutsdown.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ScheduleUsed with PeriodicExecutor to control the schedule for when jobs execute.Interfaceorg.apache.tapestry5.ioc.services.cronApache Tapestry
ServiceActivityProvided by the ServiceActivityScoreboard to track a single service's state and activity.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ServiceActivityScoreboardProvides access to the runtime details about services in the Registry.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ServiceLifecycleSourceProvides access to user defined lifecycles (beyond the two built-in lifecycles: singleton and primitive).Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ServiceOverrideUsed to override built in services.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
Statusenum Statusextends EnumUsed in ServiceActivity to identify the state of the service in terms of its overall lifecycle.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
StrategyBuilderA service implementation builder that operates around a StrategyRegistry, implementing a version of the Gang of Four Strategy pattern.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
SymbolProviderA provider of values for symbols, used by the SymbolSource service.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
SymbolSourceUsed to manage symbols, configuration properties whose value is evaluated at runtime.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
TapestryIOCModuleDefines the base set of services for the Tapestry IOC container.Classorg.apache.tapestry5.ioc.servicesApache Tapestry
ThreadCleanupListenerListener interface for object that need to know about thread event cleanup.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ThreadLocaleStores the locale for the current thread.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ThunkCreatorA thunk is a delayed calculation.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
TypeCoercerMakes use of Coercions to convert between an input value (of some specific type) and a desired output type.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry