- All Implemented Interfaces:
- org.apache.tapestry.IComponent, org.apache.tapestry.ILocatable, org.apache.tapestry.ILocationHolder, org.apache.tapestry.IRender
public abstract class Property
extends SiteMeshBase
Because Tapestry templating works differently than JSP taglibs,
the writeEntireProperty feature is not implemented here. The built-in
@Body component is most frequently used, to do something like
this taglib example:
<body bgcolor="White"<decorator:getProperty property="body.onload" writeEntireProperty="true" />>
it would be done like this in Tapestry:
<body jwcid="@Body" bgcolor="White" onload="ognl:@org.opensymphony.module.sitemesh.tapestry@Util.getProperty('onload', requestCycle)"/>