XTree.jwc 489 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE component-specification PUBLIC
  3. "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  4. "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
  5. <component-specification class="jeus.tool.webadmin.component.XTree" allow-body="yes" allow-informal-parameters="yes">
  6. <parameter name="rootNode" required="yes"/>
  7. <inject property="directService" object="service:tapestry.services.Direct"/>
  8. </component-specification>