Class PersistenceConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CLIENT
      The field's value is stored on the client, as a query parameter or hidden form field.
      static FLASH
      The field's value is stored in the session, but only until the next request.
      static SESSION
      The field's value is stored in the Session.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,