Class AbstractPageHandler.Message

  • Enclosing class:
    AbstractPageHandler

    public abstract static class AbstractPageHandler.Message
    extends Object
    Set one of these on the session, so it can be interpreted and displayed at the next request. It will only be displayed once. Allows one page handler to pass a message to another page handler through a re-direct.
    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • applyMessageToBodyMap

        public static void applyMessageToBodyMap​(javax.servlet.http.HttpServletRequest req,
                                                 Map<String,​Object> body,
                                                 String key)
      • getMessageInfoMap

        public abstract Map<String,​Object> getMessageInfoMap()