Uses of Package
org.apache.tapestry5.ioc

Packages that use org.apache.tapestry5.ioc
org.apache.tapestry5   
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   
 

Classes in org.apache.tapestry5.ioc used by org.apache.tapestry5
IOCSymbols
          Configuration symbols used by the IoC container.
 

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.
AnnotationProvider
          A source of annotations.
Invocation
          A method invocation passed to a MethodAdvice.
Invokable
          Similiar to Runnable execpt 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
          For Tapestry IoC, Aspects provide a limited amount of advise, i.e., advising method invocations.
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.
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.
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 execpt 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
AnnotationProvider
          A source of annotations.
Invocation
          A method invocation passed to a MethodAdvice.
Invokable
          Similiar to Runnable execpt 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
          For Tapestry IoC, Aspects provide a limited amount of advise, i.e., advising method invocations.
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.
Invokable
          Similiar to Runnable execpt 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.
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
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 execpt 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
          For Tapestry IoC, Aspects provide a limited amount of advise, i.e., advising method invocations.
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
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.
 



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