org.apache.tapestry.ioc

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Library » 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.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.