| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.themes |
| Modifier and Type | Method and Description |
|---|---|
WebView |
WebViewsManager.findUpdateView(HttpBridletContext context)
Finds the view to be updated by the Bridje-View header sended to the
server.
|
WebView |
WebViewsManager.findView(HttpBridletContext context)
Finds the view by the requested path of the given HTTP bridlet context.
|
WebView |
WebViewsManager.findView(String path)
Finds the view by the given path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebViewsManager.renderPartialView(WebView view,
HttpBridletContext context,
EventResult result,
Map<String,Object> params)
Renders the given web view partially, (as the result of an update) to the response output stream.
|
void |
WebViewsManager.renderView(WebView view,
HttpBridletContext context)
Renders the given web view to the response output stream.
|
void |
WebViewsManager.renderView(WebView view,
HttpBridletContext context,
Map<String,Object> params)
Renders the given web view to the response output stream.
|
void |
WebViewsManager.updateView(WebView view,
HttpBridletContext context)
Performs a view update and/or an event invocation by the data sended to
the server in the given request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemesManager.render(Control control,
WebView view,
OutputStream os,
EventResult eventResult,
StateRenderProvider stateProv)
Renders only the given control to the given output stream.
|
void |
ThemesManager.render(WebView view,
OutputStream os,
StateRenderProvider stateProv)
Renders the full web view to the given OutputStream.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.