JAXBInsert.jwc 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: JAXBInsert.jwc,v 1.1 2004/09/22 10:25:25 sebong Exp $ -->
  3. <!DOCTYPE component-specification PUBLIC
  4. "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  5. "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
  6. <component-specification
  7. class="jeus.tool.webadmin.component.JAXBInsert" allow-body="no" allow-informal-parameters="yes">
  8. <parameter name="format">
  9. <description>
  10. A Format object used to convert the value to a string.
  11. </description>
  12. </parameter>
  13. <parameter name="raw">
  14. <description>
  15. If false (the default), then HTML characters in the value are escaped. If
  16. true, then value is emitted exactly as is.
  17. </description>
  18. </parameter>
  19. <parameter name="renderTag" default-value="false">
  20. <description>If true, causes the tag used to define the insert to be used, as well as any informal
  21. parameters bound.</description>
  22. </parameter>
  23. <parameter name="mode">
  24. <description>
  25. Determines which mode to use: breaks after each line, or wrap each line
  26. as a paragraph.
  27. </description>
  28. </parameter>
  29. </component-specification>