-
Wicket 8.x Reference Guide The Apache Software Foundation Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 8. Page versioning and caching. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hufe Christian Kroemer Daniel Bartl Paul Borș Joachim Rohde PS: this guide is based on Wicket 8. However if you are using an older version you should find this guide useful as well, but it’s likely
0 码力 |
350 页 |
9.95 MB
| 1 年前 3
-
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3. The HomePage class. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 8. Page versioning and caching. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . WicketFilter) which dispatches web requests to our Wicket application: 8"?> Wicket Test TestApp
0 码力 |
336 页 |
7.16 MB
| 1 年前 3
-
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 8. Page versioning and caching. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . WicketFilter) which dispatches web requests to our Wicket application: 8"?> Wicket Test TestApp If we are using Servlet 3 or a later version, we can of course use a class in place of web.xml to 8 configure our application. The following example uses annotation WebFilter. @WebFilter(value = "/*"
0 码力 |
335 页 |
7.15 MB
| 1 年前 3
-
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3. The HomePage class. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 8. Page versioning and caching. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the first example of the guide, before looking at Java code we will go through the common artifacts 8 needed to build a Wicket application from scratch. All the example projects presented in this document
0 码力 |
346 页 |
10.00 MB
| 1 年前 3
-
is deployed through a web.xml fle placed inside folder WEB-INF: 8"?> 8">
Insert title here