Class TransportableModel


  • public class TransportableModel
    extends Object
    A wrapper class to assist marshalling of ModelAndView.getModel() map to XML representation.
    • Constructor Detail

      • TransportableModel

        public TransportableModel()
    • Method Detail

      • getItems

        public Map<String,​Object> getItems()
        Gets the items.
        Returns:
        the items
      • setItems

        public void setItems​(Map<String,​Object> items)
        Sets the items.
        Parameters:
        items - the items
      • putAll

        public void putAll​(Map<String,​Object> map)
        Put all.
        Parameters:
        map - the map