DatStorm

Untitled

Feb 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <navigation-rule>
  2. <from-view-id>/overview.xhtml</from-view-id>
  3. <navigation-case>
  4. <from-outcome>CREATEITEM</from-outcome>
  5. <to-view-id>/createItem.xhtml</to-view-id>
  6. <redirect/>
  7. </navigation-case>
  8. </navigation-rule>
  9.  
  10. <navigation-rule>
  11. <from-view-id>/overview.xhtml</from-view-id>
  12. <navigation-case>
  13. <from-outcome>ADJUSTITEM</from-outcome>
  14. <to-view-id>/adjustItem.xhtml</to-view-id>
  15. <redirect/>
  16. </navigation-case>
  17. </navigation-rule>
  18.  
  19. <navigation-rule>
  20. <from-view-id>/adjustItem.xhtml</from-view-id>
  21. <navigation-case>
  22. <from-outcome>OVERVIEW</from-outcome>
  23. <to-view-id>/overview.xhtml</to-view-id>
  24. <redirect/>
  25. </navigation-case>
  26. </navigation-rule>
  27.  
  28. <navigation-rule>
  29. <from-view-id>/modifyItem.xhtml</from-view-id>
  30. <navigation-case>
  31. <from-outcome>OVERVIEW_FROM_MODIFY</from-outcome>
  32. <to-view-id>/overview.xhtml</to-view-id>
  33. <redirect/>
  34. </navigation-case>
  35. </navigation-rule>
  36.  
  37. <navigation-rule>
  38. <from-view-id>/createItem.xhtml</from-view-id>
  39. <navigation-case>
  40. <from-outcome>FROM_CREATE_TO_OVERVIEW</from-outcome>
  41. <to-view-id>/overview.xhtml</to-view-id>
  42. <redirect/>
  43. </navigation-case>
  44. </navigation-rule>
  45.  
  46. <navigation-rule>
  47. <from-view-id>/overview.xhtml</from-view-id>
  48. <navigation-case>
  49. <from-outcome>MODIFY</from-outcome>
  50. <to-view-id>/modifyItem.xhtml</to-view-id>
  51. <redirect/>
  52. </navigation-case>
  53. </navigation-rule>
Advertisement
Add Comment
Please, Sign In to add comment