get() | org.turro.web.funnel.SessionGoals | static |
get(HttpServletRequest request, HttpServletResponse response) | org.turro.web.funnel.SessionGoals | static |
get(IConstructor constructor) | org.turro.web.funnel.SessionGoals | static |
org::turro::elephant::context::AbstractSessionObject.get(String key, Supplier< E > supplier) | org.turro.elephant.context.AbstractSessionObject< E > | static |
org::turro::elephant::context::AbstractSessionObject.get(HttpServletRequest request, HttpServletResponse response, String key, Supplier< E > supplier) | org.turro.elephant.context.AbstractSessionObject< E > | static |
org::turro::elephant::context::AbstractSessionObject.get(IConstructor constructor, String key, Supplier< E > supplier) | org.turro.elephant.context.AbstractSessionObject< E > | static |
goals() | org.turro.web.funnel.SessionGoals | |
goals(List< String > newGoals) | org.turro.web.funnel.SessionGoals | |
key() | org.turro.web.funnel.SessionGoals | static |
remove() | org.turro.web.funnel.SessionGoals | static |
remove(HttpServletRequest request, HttpServletResponse response) | org.turro.web.funnel.SessionGoals | static |
remove(IConstructor constructor) | org.turro.web.funnel.SessionGoals | static |
org::turro::elephant::context::AbstractSessionObject.remove(String key) | org.turro.elephant.context.AbstractSessionObject< E > | static |
org::turro::elephant::context::AbstractSessionObject.remove(HttpServletRequest request, HttpServletResponse response, String key) | org.turro.elephant.context.AbstractSessionObject< E > | static |
org::turro::elephant::context::AbstractSessionObject.remove(IConstructor constructor, String key) | org.turro.elephant.context.AbstractSessionObject< E > | static |