org.apache.tapestry.ioc

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Web Framework » Tapestry » org.apache.tapestry.ioc 
org.apache.tapestry.ioc
Java Source File NameTypeComment
AnnotationProvider.javaInterface A source of annotations.
AutobuildModule.javaClass
BarneyModule.javaClass Module used to demonstrate decorator ordering.
BaseLocatable.javaClass Base implementation of org.apache.tapestry.ioc.Locatable .
BaseLocatableTest.javaClass
ConcreteServiceBuilderModule.javaClass
Configuration.javaInterface Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.

A service can collect contributions in three different ways:

  • As an un-ordered collection of values
  • As an ordered list of values (where each value has a unique id, pre-requisited and post-requisites)
  • As a map of keys and values

This implementation is used for un-ordered configuration data.

The service defines the type of contribution, in terms of a base class or service interface.

DecoratorList.javaInterface Used to track the order in which decorators are invoked.
DuplicateFredModule.javaClass
DuplicateServiceTypeModule.javaClass
EagerLoadModule.javaClass Used to test service eager loading.
FailInConstructorRunnable.javaClass
FredModule.javaClass Module used to demonstrate decorator ordering.
Greeter.javaInterface
GreeterModule.javaClass
IdMatcher.javaInterface A matcher of fully qualified ids.
Indirection.javaInterface Used to demonstrate indirection via symbols.
IntegrationTest.javaClass A few tests that are easiest (or even just possible) by building a Registry and trying out a few things.
IntHolder.javaInterface
IntHolderImpl.javaClass
IOCConstants.javaClass
IOCUtilities.javaClass A collection of utility methods for a couple of different areas, including creating the initial org.apache.tapestry.ioc.Registry .
Locatable.javaInterface Interface implemented by objects which carry a location tag.
Location.javaInterface 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.
LogSource.javaInterface A wrapper around commons-logging's LogFactory that exists to allow particular projects to "hook" the creation of Log instances.
MappedConfiguration.javaInterface Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.

A service can collect contributions in three different ways:

  • As an un-ordered collection of values
  • As an ordered list of values (where each value has a unique id, pre-requisited and post-requisites)
  • As a map of keys and values

The service defines the type of contribution, in terms of a base class or service interface.

MasterModule.javaClass Used by org.apache.tapestry.ioc.RegistryBuilderTest .
MessageFormatter.javaInterface Obtained from a org.apache.tapestry.ioc.Messages , used to format messages for a specific localized message key.
Messages.javaInterface Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
ModuleBuilderSource.javaInterface The source for the module builder instance needed by most (but not all) service builders, service contributors and service decorators.
NameListHolder.javaInterface Used for testing of ordered and unordered contributions.
NonProxiedServiceModule.javaClass
ObjectCreator.javaInterface Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectLocator.javaInterface Defines an object which can provide access to services defined within a org.apache.tapestry.ioc.Registry , or to objects or object instances available by other means.
ObjectProvider.javaInterface Object providers represent an alternate way to locate an object provided somewhere in the org.apache.tapestry.ioc.Registry .
Orderable.javaClass A wrapper that allows objects of a target type to be ordered.
OrderedConfiguration.javaInterface Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.

A service can collect contributions in three different ways:

  • As an un-ordered collection of values
  • As an ordered list of values (where each value has a unique id, pre-requisited and post-requisites)
  • As a map of keys and values

The service defines the type of contribution, in terms of a base class or service interface.

PerThreadModule.javaClass
RecursiveConstructorModule.javaClass Used by org.apache.tapestry.ioc.IntegrationTest .
Registry.javaInterface Public access to the IoC service registry.
RegistryBuilder.javaClass Used to construct the IoC org.apache.tapestry.ioc.Registry .
RegistryBuilderTest.javaClass
RegistryBuilderTestModule.javaClass
Resource.javaInterface Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ServiceBinder.javaInterface Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
ServiceBindingOptions.javaInterface Allows additional options for a service to be specified, overriding hard coded defaults or defaults from annotations on the service.
ServiceBuilderAutobuilderModule.javaClass
ServiceBuilderResources.javaInterface Extends org.apache.tapestry.ioc.ServiceResources with additional methods needed only by the service builder method, related to accessing a service's configuration.
ServiceDecorator.javaInterface A service decorator is derived from a org.apache.tapestry.ioc.def.DecoratorDef and is responsible for building an interceptor around an existing implementation (called the "delegate").
ServiceLifecycle.javaInterface Allows certain types of lifecycles to control exactly how services are instantiated.
ServiceResources.javaInterface Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
Sizer.javaInterface Encapsulates a strategy for determining the size of an object.
Square.javaInterface Used by org.apache.tapestry.ioc.RegistryBuilderTest .
StaticModule.javaClass
StringHolder.javaInterface
StringHolderImpl.javaClass
StringTransformer.javaInterface Used by org.apache.tapestry.ioc.IntegrationTest .
UnbuildableRunnable.javaClass Used to test failure to autobuild a service because of a lack of a public constructor.
UnknownScopeModule.javaClass
www__.j__a___v___a__2_s_._c_o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.