| Interface | Description |
|---|---|
| WebSession |
Represents a web session, this interface can be used to save and retrieve
data for the current session, all session data will be store as string and
will be identified by a another string.
|
| WebSessionProvider |
This interface represents a web session provider, by implementing this
interface you can define the way in witch data will be stored and loaded from
the web sessions.
|
| Annotation Type | Description |
|---|---|
| WebSessionField |
This annotation can be use with the fields of web components to mark then as
web session fields. web session fields will be persisted among different
requests, this is why will be loaded and saved to the current web session on
each http request, when ever they are requested.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.