Public Member Functions | |
List< String > | goals () |
List< String > | goals (List< String > newGoals) |
Static Public Member Functions | |
static String | key () |
static SessionGoals | get () |
static SessionGoals | get (HttpServletRequest request, HttpServletResponse response) |
static SessionGoals | get (IConstructor constructor) |
static void | remove () |
static void | remove (HttpServletRequest request, HttpServletResponse response) |
static void | remove (IConstructor constructor) |
Static Public Member Functions inherited from org.turro.elephant.context.AbstractSessionObject< E > | |
static< E > E | get (String key, Supplier< E > supplier) |
static< E > E | get (HttpServletRequest request, HttpServletResponse response, String key, Supplier< E > supplier) |
static< E > E | get (IConstructor constructor, String key, Supplier< E > supplier) |
static void | remove (String key) |
static void | remove (HttpServletRequest request, HttpServletResponse response, String key) |
static void | remove (IConstructor constructor, String key) |
Definition at line 32 of file SessionGoals.java.
|
static |
Definition at line 50 of file SessionGoals.java.
|
static |
|
static |
List<String> org.turro.web.funnel.SessionGoals.goals | ( | ) |
Definition at line 34 of file SessionGoals.java.
List<String> org.turro.web.funnel.SessionGoals.goals | ( | List< String > | newGoals | ) |
Definition at line 38 of file SessionGoals.java.
|
static |
|
static |
|
static |
|
static |