iberck / nbtapestry5support

Automatically exported from code.google.com/p/nbtapestry5support
0 stars 0 forks source link

Add java code templates #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add java code templates 

 * tonaction: creates the onActionFromComponent method
 * tprop: creates a property
 * tonactivate: creates the onActivate method
 * tonpassivate: creates the onPassivate method
 * toncontext: creates the onActivate and onPassivate methods
 * tonexception: crates the method that intercepts the action exceptions
 * tontranslator: creates the methods that intercept the translator of a
component
 * tonvalidate: crates the method that intercepts the validator of a
component, this
is useful in business validations
 * tonformevents: Creates the form method events
 * tonpageevents: Creates the page method events
 * tonrendercomponent: Crates the methods that renders the component.
 * tinjectpage: Crates the @InjectPage code
 * tinject
 * tcomponent: Crates a component
 * tcss: Puts the @IncludeStylesheet annotation
 * tjs: Puts the @IncludeJavaScriptLibrary annotation
 * tlog: Puts the @Log annotation
 * tasset: Puts an asset
 * taso: Puts an Application State Object

Original issue reported on code.google.com by ibe...@gmail.com on 28 Jan 2009 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by ibe...@gmail.com on 28 Jan 2009 at 1:44

GoogleCodeExporter commented 9 years ago
Adding *tonsetuprender: Adds the setupRender event 

Original comment by ibe...@gmail.com on 28 Jan 2009 at 6:01

GoogleCodeExporter commented 9 years ago
* tonpageevents change to *tpagelifecycle

Original comment by ibe...@gmail.com on 28 Jan 2009 at 6:04