blob: b5a1f7af22bc1517127ed5ee8bf76ccc4f114041 [file] [log] [blame]
package org.apache.tapestry5;
/**
* Constants for persistent field strategies.
*
* @see org.apache.tapestry5.annotations.Persist#value()
*/
public class PersistenceConstants
{
/**
* The page field persistence strategy that stores data in the session until the next request.
*/
public static final String FLASH = "flash";
}