Interface SessionExtensions


public interface SessionExtensions
Provides additional methods for Session access..
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAttribute(String name, Object value)
    Sets the specified Session attribute.
  • Method Details

    • setAttribute

      void setAttribute(String name, Object value)
      Sets the specified Session attribute.
      Parameters:
      name - attribute name
      value - attribute value