◆ AbstractSessionContext()
org.turro.elephant.context.AbstractSessionContext.AbstractSessionContext |
( |
| ) |
|
|
protected |
◆ getAttributes()
Attributes org.turro.elephant.context.AbstractSessionContext.getAttributes |
( |
| ) |
|
◆ getConstructor()
IConstructor org.turro.elephant.context.AbstractSessionContext.getConstructor |
( |
| ) |
|
◆ getInstance()
static <T extends AbstractSessionContext> T org.turro.elephant.context.AbstractSessionContext.getInstance |
( |
IConstructor |
constructor, |
|
|
String |
type, |
|
|
Supplier< T > |
onCreate |
|
) |
| |
|
staticprotected |
Definition at line 51 of file AbstractSessionContext.java.
52 String context = ElephantContext.getContextVariable(constructor) + type;
54 if(sessionContext ==
null) {
55 sessionContext = onCreate.get();
58 sessionContext.setConstructor(constructor);
59 return sessionContext;
void setSessionAttribute(String key, Object value)
Object getSessionAttribute(String key)
◆ setConstructor()
void org.turro.elephant.context.AbstractSessionContext.setConstructor |
( |
IConstructor |
constructor | ) |
|
|
protected |
The documentation for this class was generated from the following file: