CopletModule.java | Class | Makes accessible coplet instance data by using JXPath expressions.
Example:
<map:action type="foo">
<map:parameter name="maxpageable" value="{coplet:copletData/maxpageable}"/>
</map:action>
The module will insert the boolean value specifying whether the coplet is
maxpageable or not as value of attribute "value" in <map:parameter>. |