Starts an element that will not later be matched with an end() call
( this is useful for elements that do not need closing tags ) and appends
the given attributes and values.
Starts an element that will not later be matched with an end() call
( this is useful for elements that do not need closing tags ) and appends
the given attributes and values.
Annotation for injecting an ILink to a specific page,
using the page service.
Use it on an abstract, parameterless
page or component method that returns ILink.
Rest-style encoder for pages. The urls generated and understood are of the form
/view/pagename (so, you'll have to register a servlet mapping for /view in web.xml).