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