Uses of Package
org.apache.tapestry5.ioc

Packages that use org.apache.tapestry5.ioc
org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework. 
org.apache.tapestry5.beaneditor Support classes for the BeanEditor component. 
org.apache.tapestry5.beanvalidator   
org.apache.tapestry5.corelib.internal For internal use only; API subject to change. 
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal For internal usage only; API subject to change. 
org.apache.tapestry5.internal.beaneditor For internal usage only. 
org.apache.tapestry5.internal.beanvalidator   
org.apache.tapestry5.internal.bindings For internal usage only. 
org.apache.tapestry5.internal.dynamic   
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.jpa   
org.apache.tapestry5.internal.model   
org.apache.tapestry5.internal.pageload   
org.apache.tapestry5.internal.parser Classes related to parsing of Tapestry component templates. 
org.apache.tapestry5.internal.renderers   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.services.assets   
org.apache.tapestry5.internal.services.messages   
org.apache.tapestry5.internal.services.templates   
org.apache.tapestry5.internal.spring   
org.apache.tapestry5.internal.structure   
org.apache.tapestry5.internal.test   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.internal.yuicompressor   
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.ioc.util   
org.apache.tapestry5.jmx   
org.apache.tapestry5.jpa   
org.apache.tapestry5.json.services   
org.apache.tapestry5.kaptcha.services   
org.apache.tapestry5.model Interfaces for various types of component and parameter models used by Tapestry 
org.apache.tapestry5.runtime Contains interfaces that are added to component classes at runtime
org.apache.tapestry5.services Core services 
org.apache.tapestry5.services.assets Various services for assets (e.g., images, JavaScript & CSS files) 
org.apache.tapestry5.services.dynamic Services supporting the Dynamic component. 
org.apache.tapestry5.services.messages Services supporting component and application message catalogs. 
org.apache.tapestry5.services.pageload Services for locating and loading pages and component resources. 
org.apache.tapestry5.services.templates Template services 
org.apache.tapestry5.services.transform Support for component class transformation. 
org.apache.tapestry5.spring   
org.apache.tapestry5.test Support for testing Tapestry pages 
org.apache.tapestry5.upload.services   
org.apache.tapestry5.util A set of enums, abstract classs and wrappers of various purposes 
org.apache.tapestry5.validator Validators for use by Tapestry (and custom) form field components. 
org.apache.tapestry5.yuicompressor.services   
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5
AnnotationProvider
          A source of annotations.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
Registry
          Public access to the IoC service registry.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.beaneditor
AnnotationProvider
          A source of annotations.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.beanvalidator
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.corelib.internal
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.hibernate
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal
AnnotationProvider
          A source of annotations.
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Locatable
          Interface implemented by objects which carry a location tag.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
ModuleBuilderSource
          The source for the module instance needed by any service builders, service contributors and service decorators that are mapped to instance methods.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
Orderable
          A wrapper that allows objects of a target type to be ordered.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Registry
          Public access to the IoC service registry.
ServiceResources
          Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.beaneditor
AnnotationProvider
          A source of annotations.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.beanvalidator
AnnotationProvider
          A source of annotations.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.bindings
AnnotationProvider
          A source of annotations.
BaseLocatable
          Base implementation of Locatable.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.dynamic
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.hibernate
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.jpa
AnnotationProvider
          A source of annotations.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.model
BaseLocatable
          Base implementation of Locatable.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.pageload
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.parser
BaseLocatable
          Base implementation of Locatable.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.renderers
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.services
AnnotationProvider
          A source of annotations.
BaseLocatable
          Base implementation of Locatable.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.services.assets
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.services.messages
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.services.templates
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.spring
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
Registry
          Public access to the IoC service registry.
ServiceBuilderResources
          Extends ServiceResources with additional methods needed only by the service builder method, related to accessing a service's configuration.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.structure
AnnotationProvider
          A source of annotations.
BaseLocatable
          Base implementation of Locatable.
Invokable
          Similiar to Runnable execept that it returns a value.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.test
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.transform
AnnotationProvider
          A source of annotations.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.internal.yuicompressor
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc
AdvisorDef
          Definition of a service advisor, which (by default) is derived from a service advisor method.
AnnotationAccess
          Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class.
AnnotationProvider
          A source of annotations.
Invocation
          Deprecated. Deprecated in 5.3, to be removed in 5.4. Replaced with MethodInvocation.
Invokable
          Similiar to Runnable execept that it returns a value.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
Markable
          Interface implemented by objects which need to disambiguate services with marker annotations.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
MethodAdvice
          Deprecated. Deprecated in 5.3, to be removed in 5.4. Use MethodAdvice.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ModuleBuilderSource
          The source for the module instance needed by any service builders, service contributors and service decorators that are mapped to instance methods.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
OrderConstraint
          Represents an order constraints for OrderedConfiguration.
Registry
          Public access to the IoC service registry.
RegistryBuilder
          Used to construct the IoC Registry.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceAdvisor
          Provided by a AdvisorDef to perform the advice (by invoking methods on a MethodAdviceReceiver).
ServiceBindingOptions
          Allows additional options for a service to be specified, overriding hard coded defaults or defaults from annotations on the service.
ServiceBuilder
          A callback used to create a service implementation.
ServiceLifecycle
          Allows certain types of lifecycles to control exactly how services are instantiated.
ServiceResources
          Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.def
AdvisorDef
          Definition of a service advisor, which (by default) is derived from a service advisor method.
AnnotationAccess
          Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class.
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Markable
          Interface implemented by objects which need to disambiguate services with marker annotations.
ModuleBuilderSource
          The source for the module instance needed by any service builders, service contributors and service decorators that are mapped to instance methods.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ServiceBuilderResources
          Extends ServiceResources with additional methods needed only by the service builder method, related to accessing a service's configuration.
ServiceDecorator
          A service decorator is derived from a DecoratorDef and is responsible for building an interceptor around an existing implementation (called the "delegate").
ServiceResources
          Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.internal
AdvisorDef
          Definition of a service advisor, which (by default) is derived from a service advisor method.
AdvisorDef2
          Extended version of AdvisorDef introduced to determine any module method annotated with Advise as an advisor method.
AnnotationAccess
          Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class.
AnnotationProvider
          A source of annotations.
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
IdMatcher
          A matcher of fully qualified ids.
Invokable
          Similiar to Runnable execept that it returns a value.
Locatable
          Interface implemented by objects which carry a location tag.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Markable
          Interface implemented by objects which need to disambiguate services with marker annotations.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ModuleBuilderSource
          The source for the module instance needed by any service builders, service contributors and service decorators that are mapped to instance methods.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Registry
          Public access to the IoC service registry.
ServiceAdvisor
          Provided by a AdvisorDef to perform the advice (by invoking methods on a MethodAdviceReceiver).
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
ServiceBindingOptions
          Allows additional options for a service to be specified, overriding hard coded defaults or defaults from annotations on the service.
ServiceBuilder
          A callback used to create a service implementation.
ServiceBuilderResources
          Extends ServiceResources with additional methods needed only by the service builder method, related to accessing a service's configuration.
ServiceDecorator
          A service decorator is derived from a DecoratorDef and is responsible for building an interceptor around an existing implementation (called the "delegate").
ServiceLifecycle
          Allows certain types of lifecycles to control exactly how services are instantiated.
ServiceLifecycle2
          Extension to ServiceLifecycle that adds an additional method.
ServiceResources
          Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.internal.services
AnnotationAccess
          Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class.
AnnotationProvider
          A source of annotations.
Invokable
          Similiar to Runnable execept that it returns a value.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
MethodAdvice
          Deprecated. Deprecated in 5.3, to be removed in 5.4. Use MethodAdvice.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceLifecycle
          Allows certain types of lifecycles to control exactly how services are instantiated.
ServiceResources
          Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.internal.util
AdvisorDef
          Definition of a service advisor, which (by default) is derived from a service advisor method.
AdvisorDef2
          Extended version of AdvisorDef introduced to determine any module method annotated with Advise as an advisor method.
AnnotationProvider
          A source of annotations.
Invokable
          Similiar to Runnable execept that it returns a value.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
MethodAdvice
          Deprecated. Deprecated in 5.3, to be removed in 5.4. Use MethodAdvice.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
Orderable
          A wrapper that allows objects of a target type to be ordered.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceLifecycle
          Allows certain types of lifecycles to control exactly how services are instantiated.
ServiceLifecycle2
          Extension to ServiceLifecycle that adds an additional method.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.services
AnnotationAccess
          Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class.
AnnotationProvider
          A source of annotations.
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Invokable
          Similiar to Runnable execept that it returns a value.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MethodAdvice
          Deprecated. Deprecated in 5.3, to be removed in 5.4. Use MethodAdvice.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
ServiceLifecycle
          Allows certain types of lifecycles to control exactly how services are instantiated.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.test
AdvisorDef
          Definition of a service advisor, which (by default) is derived from a service advisor method.
AdvisorDef2
          Extended version of AdvisorDef introduced to determine any module method annotated with Advise as an advisor method.
AnnotationProvider
          A source of annotations.
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
ObjectCreator
          Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
OperationTracker
          Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Registry
          Public access to the IoC service registry.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBuilderResources
          Extends ServiceResources with additional methods needed only by the service builder method, related to accessing a service's configuration.
ServiceDecorator
          A service decorator is derived from a DecoratorDef and is responsible for building an interceptor around an existing implementation (called the "delegate").
ServiceResources
          Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.util
Locatable
          Interface implemented by objects which carry a location tag.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.jmx
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.jpa
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
LoggerSource
          A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.json.services
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.kaptcha.services
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.model
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.runtime
Locatable
          Interface implemented by objects which carry a location tag.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services
AnnotationProvider
          A source of annotations.
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Invocation
          Deprecated. Deprecated in 5.3, to be removed in 5.4. Replaced with MethodInvocation.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
MethodAdviceReceiver
          Interface used with service advisor methods to define advice.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectProvider
          Object providers represent an alternate way to locate an object provided somewhere in the Registry.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services.assets
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services.dynamic
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services.messages
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services.pageload
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBinder
          Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services.templates
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.services.transform
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.spring
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.test
AnnotationProvider
          A source of annotations.
Locatable
          Interface implemented by objects which carry a location tag.
Location
          A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
Registry
          Public access to the IoC service registry.
Resource
          Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.upload.services
Configuration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
OrderedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.util
Messages
          Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.validator
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.yuicompressor.services
MappedConfiguration
          Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
 



Copyright © 2003-2012 The Apache Software Foundation.