Interface IExecutionContext.ISession

Enclosing interface:
IExecutionContext

public static interface IExecutionContext.ISession
  • Method Details Link icon

    • getNativeSession Link icon

      Object getNativeSession()
      Gets the native session object.
      Returns:
    • getId Link icon

      String getId()
    • isNew Link icon

      boolean isNew()
    • getAttribute Link icon

      Object getAttribute(String key)
    • getAttribute Link icon

      Object getAttribute(String key, int scope)
    • setAttribute Link icon

      void setAttribute(String key, Object value)
    • setAttribute Link icon

      void setAttribute(String key, Object value, int scope)
    • removeAttribute Link icon

      void removeAttribute(String key)
    • getRealPath Link icon

      String getRealPath(String path)
    • getRequestDispatcher Link icon

      IExecutionContext.IRequestDispatcher getRequestDispatcher(String path)
    • getMaxInactiveInterval Link icon

      int getMaxInactiveInterval()