|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ApplicationSettings.RenderStrategy | |
| wicket | The core Wicket package. |
| Uses of ApplicationSettings.RenderStrategy in wicket |
| Fields in wicket declared as ApplicationSettings.RenderStrategy | |
static ApplicationSettings.RenderStrategy |
ApplicationSettings.ONE_PASS_RENDER
All logical parts of a request (the action and render part) are handled within the same request. |
static ApplicationSettings.RenderStrategy |
ApplicationSettings.REDIRECT_TO_BUFFER
All logical parts of a request (the action and render part) are handled within the same request, but instead of streaming the render result to the browser directly, the result is cached on the server. |
static ApplicationSettings.RenderStrategy |
ApplicationSettings.REDIRECT_TO_RENDER
The render part of a request (opposed to the 'action part' which is either the construction of a bookmarkable page or the execution of a IRequestListener handler) is handled by a seperate request by issueing a redirect request to the browser. |
| Methods in wicket that return ApplicationSettings.RenderStrategy | |
ApplicationSettings.RenderStrategy |
ApplicationSettings.getRenderStrategy()
Gets in what way the render part of a request is handled. |
| Methods in wicket with parameters of type ApplicationSettings.RenderStrategy | |
void |
ApplicationSettings.setRenderStrategy(ApplicationSettings.RenderStrategy renderStrategy)
Sets in what way the render part of a request is handled. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||