Public Member Functions | |
HttpSession | getSession (boolean create) |
HttpServletRequest | getRequest () |
HttpServletResponse | getResponse () |
Definition at line 34 of file SessionResolver.java.
HttpServletRequest org.turro.elephant.zkoss.SessionResolver.getRequest | ( | ) |
Implements org.turro.elephant.context.ISessionResolver.
Definition at line 49 of file SessionResolver.java.
HttpServletResponse org.turro.elephant.zkoss.SessionResolver.getResponse | ( | ) |
Implements org.turro.elephant.context.ISessionResolver.
Definition at line 58 of file SessionResolver.java.
HttpSession org.turro.elephant.zkoss.SessionResolver.getSession | ( | boolean | create | ) |
Implements org.turro.elephant.context.ISessionResolver.
Definition at line 37 of file SessionResolver.java.