Interface IPluginFormPreRespondRetVal

    • Method Detail

      • getContinueProcessing

        boolean getContinueProcessing()
        Returns:
        true to send the response as usual, false to prevent the response from being sent to the browser and display a generic error page.
      • getSessionAttributes

        Map<String,​Serializable> getSessionAttributes()
        Deprecated.
        A map of key-value pairs with session attributes that are written to the HttpSession. When the session already contains a value for a parameter, it is overwritten.
        Returns:
        A Map with session attributes to set on the HttpSession.
        Since:
        6.0
      • getSessionAttributeMap

        default Map<String,​Serializable> getSessionAttributeMap()
        A map of key-value pairs with session attributes that are written to the HttpSession. When the session already contains a value for a parameter, it is overwritten.
        Returns:
        A Map with session attributes to set on the HttpSession.
        Since:
        6.1