| Package | Description |
|---|---|
| org.bridje.web | |
| org.bridje.web.view.state |
| Modifier and Type | Method and Description |
|---|---|
IocContext<WebScope> |
WebScope.getIocContext()
The IoC context for this web request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StateManager.injectState(IocContext<WebScope> ctx,
Class<Object> clazz,
Object inst,
WebScope req)
Injects the state of the HTTP request send to the server, into the given
component.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StateManager.createStringViewState(IocContext<WebScope> ctx) |
Map<String,String> |
StateManager.createViewState(IocContext<WebScope> ctx)
Creates a new map with the current state of the web request.
|
protected void |
StateManager.injectState(IocContext<WebScope> ctx,
Class<Object> clazz,
Object inst,
WebScope req)
Injects the state of the HTTP request send to the server, into the given
component.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.