Interface IExecutionContext.ISession

Enclosing interface:
IExecutionContext

public static interface IExecutionContext.ISession
  • Method Details

    • getNativeSession

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

      String getId()
    • isNew

      boolean isNew()
    • getAttribute

      Object getAttribute(String key)
    • getAttribute

      Object getAttribute(String key, int scope)
    • setAttribute

      void setAttribute(String key, Object value)
    • setAttribute

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

      void removeAttribute(String key)
    • getRealPath

      String getRealPath(String path)
    • getRequestDispatcher

      IExecutionContext.IRequestDispatcher getRequestDispatcher(String path)
    • getMaxInactiveInterval

      int getMaxInactiveInterval()