| Interface | Description |
|---|---|
| WebSession |
Represents a web session, this interface can be used to save and retreive
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 amoung diferent
requests, this is thwy will be loaded and saved to the current web session on
each http request, when ever they are requested.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.