Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by DavorHrg:
http://wiki.apache.org/tapestry/Tapestry5HowToEclipseCodeTemplates

------------------------------------------------------------------------------
  I took some time to make them usable (they add imports automatically).
  They are named by numbers so it is easier to access a group of templates,
  and then by reading description selecting desired one.
+ 
+ for more info on on page lifecycle 
[http://tapestry.apache.org/tapestry5/tapestry-core/guide/lifecycle.html click 
here]
+ and on page rendering 
[http://tapestry.apache.org/tapestry5/tapestry-core/guide/rendering.html click 
here]
+ 
  
  Page lifecycle methods and render phase methods are both named by convention
  and marked with the according annotation. So for example if you choose 
t5page1 (!PageLoaded)
@@ -41, +45 @@

  
  '''t5i''' - inject templates
  inline:t5_code_tpl_screen_inject.jpg
+ 
- '''t5p''' - page lifecycle templates
+ '''t5p''' - page lifecycle templates.
+ (for more info 
[http://tapestry.apache.org/tapestry5/tapestry-core/guide/lifecycle.html click 
here])
  inline:t5_code_tpl_screen_page.jpg
  
- '''tpr''' - render phase method templates
+ '''tpr''' - render phase method templates. 
+ (for more info 
[http://tapestry.apache.org/tapestry5/tapestry-core/guide/rendering.html click 
here])
  inline:t5_code_tpl_screen_render.jpg
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to