Uses of Package
org.apache.tapestry5.ioc

Packages that use org.apache.tapestry5.ioc
org.apache.tapestry5   
org.apache.tapestry5.beaneditor   
org.apache.tapestry5.corelib.internal   
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal   
org.apache.tapestry5.internal.beaneditor   
org.apache.tapestry5.internal.bindings   
org.apache.tapestry5.internal.model   
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.spring   
org.apache.tapestry5.internal.structure   
org.apache.tapestry5.internal.test   
org.apache.tapestry5.internal.transform   
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.model   
org.apache.tapestry5.runtime Contains interfaces that are added to component classes at runtime
org.apache.tapestry5.services   
org.apache.tapestry5.spring   
org.apache.tapestry5.test   
org.apache.tapestry5.tutorial.services   
org.apache.tapestry5.upload.services   
org.apache.tapestry5.util   
org.apache.tapestry5.validator   
org.apache.tapestry5.webflow.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.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.
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.
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.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.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.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.
Invocation
          A method invocation passed to a MethodAdvice.
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.
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.
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.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.
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.
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
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.
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.
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
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.ioc
AnnotationProvider
          A source of annotations.
Invocation
          A method invocation passed to a MethodAdvice.
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.
MessageFormatter
          Obtained from a Messages, used to format messages for a specific localized message key.
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.
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.
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.
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
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.
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
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.
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.
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.
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.
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
AnnotationProvider
          A source of annotations.
Invocation
          A method invocation passed to a MethodAdvice.
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
          For Tapestry IoC, Aspects provide a limited amount of advise, i.e., advising method invocations.
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
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.
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.
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5.ioc.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.
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
          For Tapestry IoC, Aspects provide a limited amount of advise, i.e., advising method invocations.
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
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
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.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
          A method invocation passed to a MethodAdvice.
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.
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.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.tutorial.services
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.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.
ObjectLocator
          Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
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.webflow.services
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.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.