Class SessionService

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.SessionService
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SessionService extends ServiceConfig
Session service
Author:
pgarcia
  • Constructor Details

    • SessionService

      public SessionService()
  • Method Details

    • getSessionParameter

      public Object getSessionParameter(String name)
      Retrieve session parameter
      Parameters:
      name - Parameter name
      Returns:
      Session parameter
    • setSessionParameter

      public void setSessionParameter(String name, String value)
      Store session parameter (as string)
      Parameters:
      name - Parameter name
      value - Parameter value