Interface SessionAttributePersistenceValidator

All Known Implementing Classes:
VaadinSessionAttributesValidator

public interface SessionAttributePersistenceValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isPersistent(String attributeName, Object attributeValue)
     
  • Method Details

    • isPersistent

      boolean isPersistent(String attributeName, Object attributeValue)