Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 119 12.10. Stateless form 143 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 14.3. When are components dequeued? . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 118 12.10. Stateless form 142 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 14.3. When are components dequeued? . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 115 12.10. Stateless form 137 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 14.3. When are components dequeued? . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 7. Components lifecycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 12.9. Creating complex form components with FormComponentPanel. . . . . . . . . . . . . . . . . . . . . . . 114 12.10. Stateless form 136 14.2. Improved auto components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 14.3. When are components dequeued? . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3Spring Framwork Web on Servlet Stack v5.3.36 SNAPSHOT
shared algorithm for request processing, while actual work is performed by configurable delegate components. This model is flexible and supports diverse workflows. The DispatcherServlet, as any Servlet in web.xml. In turn, the DispatcherServlet uses Spring configuration to discover the delegate components it needs for request mapping, view resolution, exception handling, and more. The following example To use themes in your web application, you must set up an implementation of the org.springframework.ui.context.ThemeSource interface. The WebApplicationContext interface extends ThemeSource but delegates0 码力 | 259 页 | 3.58 MB | 1 年前3Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT
refers to programming models that are built around reacting to change — network components reacting to I/O events, UI controllers reacting to mouse events, and others. In that sense, non-blocking is Streams is a small spec (also adopted in Java 9) that defines the interaction between asynchronous components with back pressure. For example a data repository (acting as Publisher) can produce data that plays an important role for interoperability. It is of interest to libraries and infrastructure components but less useful as an application API, because it is too low-level. Applications need a higher-level0 码力 | 182 页 | 2.52 MB | 1 年前3Spring Framework 2.5.1 Changelog
correctly detect an existing global transaction (ignoring local tx contexts) Package org.springframework.ui * fixed ModelMap's "mergeAttributes" to correctly copy new attributes into the model * added "containsAttribute" "tx:jta-transaction-manager" configuration element to "spring-tx-2.5" schema Package org.springframework.ui * "ModelMap.addObject(Object)" follows JavaBeans property naming rules in case of multiple upper case "aop:config"-style autodetection of application-defined Advisor beans Package org.springframework.ui * ModelMap extends LinkedHashMap, exposing model elements in registration order Package org.springframework0 码力 | 84 页 | 239.53 KB | 1 年前3Spring Framework 2.5.0 Changelog
"tx:jta-transaction-manager" configuration element to "spring-tx-2.5" schema Package org.springframework.ui * "ModelMap.addObject(Object)" follows JavaBeans property naming rules in case of multiple upper "aop:config"-style autodetection of application-defined Advisor beans Package org.springframework.ui * ModelMap extends LinkedHashMap, exposing model elements in registration order Package org.springframework weaving * introduced ScannedRootBeanDefinition class for autodetected components * added @Scope annotation for autodetected components, indicating the target bean scope in the Spring context * reworked0 码力 | 78 页 | 221.83 KB | 1 年前3Spring Framework 2.5.2 Changelog
correctly detect an existing global transaction (ignoring local tx contexts) Package org.springframework.ui * fixed ModelMap's "mergeAttributes" to correctly copy new attributes into the model * added "containsAttribute" "tx:jta-transaction-manager" configuration element to "spring-tx-2.5" schema Package org.springframework.ui * "ModelMap.addObject(Object)" follows JavaBeans property naming rules in case of multiple upper case "aop:config"-style autodetection of application-defined Advisor beans Package org.springframework.ui * ModelMap extends LinkedHashMap, exposing model elements in registration order Package org.springframework0 码力 | 91 页 | 260.30 KB | 1 年前3Spring Framework 2.5.3 Changelog
correctly detect an existing global transaction (ignoring local tx contexts) Package org.springframework.ui * fixed ModelMap's "mergeAttributes" to correctly copy new attributes into the model * added "containsAttribute" "tx:jta-transaction-manager" configuration element to "spring-tx-2.5" schema Package org.springframework.ui * "ModelMap.addObject(Object)" follows JavaBeans property naming rules in case of multiple upper case "aop:config"-style autodetection of application-defined Advisor beans Package org.springframework.ui * ModelMap extends LinkedHashMap, exposing model elements in registration order Package org.springframework0 码力 | 95 页 | 274.89 KB | 1 年前3
共 374 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38