public interface WebSession
| Modifier and Type | Method and Description |
|---|---|
String |
find(String name)
Finds the given data in this session.
|
String |
getId()
The identifier for this session.
|
void |
save(String name,
String value)
Stores the given data into the specified name in this session.
|
String getId()
String find(String name)
name - The name of the data that must be found.Copyright © 2015–2017 Bridje Framework. All rights reserved.