Guest User

Untitled

a guest
Jul 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <m:map>
  2. <entry key="a"> <l:list> <a>a1</a> <a>a2</a> </l:list></entry>
  3. <entry key="b"> <l:list> <b>b1</b> <b>b2</b> </l:list></entry>
  4. </m:map>
  5.  
  6. class A { String property; }
  7. class B { String property; }
  8.  
  9. <jb:bean beanId="inputValue" class="java.util.HashMap" createOnElement="StartElement">
  10. <jb:value property="prop" data="StartElement/SomeValue/AnotherValue" />
  11. </jb:bean>
  12.  
  13.  
  14. <g:groovy executeOnElement="StartElement">
  15. <g:imports>
  16.  
  17. </g:imports>
  18. <g:script>
  19. <![CDATA[
  20. //code for setting the objects
  21.  
  22. ]]>
  23. </g:script>
  24. </g:groovy>
Add Comment
Please, Sign In to add comment