Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed bad links due to copy-paste from cwiki-test

...

For complete documentation, you should refer to the IOC Service guideline.

Naming conventions

The use of naming conventions implies that every public method of your module class should be meaningful to Tapestry: it either should follow the naming conventions, or should have an appropriate annotation. Any extra public methods will result in startup exceptions ... this helps identify methods names that have typos.

...

content under development

Annotations

Main Article: Application Module Class Cheat Sheet Annotations

Tapestry versions 5.2 comes and later come with a set of annotations to better your understanding of that are commonly used in module classes.

content under developmentSee this list of IOC annotations

Anchor
parameter-types
parameter-types
Parameter types

...

content under development

Symbols

Main Article: Application Module Class Cheat Sheet Symbols

content under development

...