Apache Wicket 8.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 11. Wicket models and forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 11.3. Models and JavaBeans. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 11.7. Detachable models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3
Apache Wicket 7.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 11. Wicket models and forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 11.2. Models and JavaBeans. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 11.6. Detachable models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3
Apache Wicket 10.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 11. Wicket models and forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 11.3. Models and JavaBeans. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 11.7. Detachable models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3
Apache Wicket 9.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 11. Wicket models and forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 11.3. Models and JavaBeans. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 11.7. Detachable models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3
Introducing Apache Wicketand CSS in panels Models and forms ● Every component has a related model that can be accessed with method getModel(). A model can be shared among diferent components. ● With models our components can parameter of the constructor: add(new Label("label", "Hello World")); ... ● Wicket comes with a set of models suited for diferent needs. The most basic one is class Model. We can wrap any object in this model for setObject: ● In this way models are read-only by default, and can be implemented with lambda expressions: add(new Label("timeStamp", () -> LocalDate.now())); Models and forms ● In Wicket the concept0 码力 | 53 页 | 1.85 MB | 1 年前3
Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1.3. Programming Models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . “non-blocking” and “functional” but what does reactive mean? The term, “reactive,” refers to programming models that are built around reacting to change — network components reacting to I/O events, UI controllers programming. The following Kotlin code samples will be provided with Coroutines APIs. 1.1.3. Programming Models The spring-web module contains the reactive foundation that underlies Spring WebFlux, including0 码力 | 182 页 | 2.52 MB | 1 年前3
Spring Framwork Core Technologies v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 5.4.6. Aspect Instantiation Models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369 5.5.5. Aspect Instantiation Models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Environment Abstraction The Environment interface is an abstraction integrated in the container that models two key aspects of the application environment: profiles and properties. A profile is a named,0 码力 | 485 页 | 6.31 MB | 1 年前3
Spring Framwork RSocket v5.3.36 SNAPSHOTcommunication over TCP, WebSocket, and other byte stream transports, using one of the following interaction models: • Request-Response — send one message and receive one back. • Request-Stream — send one message codegen vs other) as a higher level, independent concern. 3 The main contract io.rsocket.RSocket models the four request interaction types with Mono representing a promise for a single message, Flux a0 码力 | 19 页 | 279.85 KB | 1 年前3
Spring Framework 2.0.8 ReferenceSpring Framework - Reference Documentation Spring Framework (2.0.8) iii 6.2.6. Aspect instantiation models ................................................................................ 120 6.2.7. Example ................................................................ 128 6.3.5. Aspect instantiation models ................................................................................ 129 6.3.6. Advisors UsageTracked usageTracked = (UsageTracked) context.getBean("myService"); 6.2.6. Aspect instantiation models (This is an advanced topic, so if you are just starting out with AOP you can safely skip it until0 码力 | 502 页 | 3.61 MB | 1 年前3
Spring Framework 2.0.3 Reference................................................................ 118 6.2.6. Aspect instantiation models ................................................................................ 119 The Spring ................................................................ 127 6.3.5. Aspect instantiation models ................................................................................ 127 6.3.6. Advisors UsageTracked usageTracked = (UsageTracked) context.getBean("myService"); 6.2.6. Aspect instantiation models (This is an advanced topic, so if you are just starting out with AOP you can safely skip it until0 码力 | 495 页 | 3.57 MB | 1 年前3
共 203 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21













