Skip to content

Commit 8d76254

Browse files
committed
Update Gradle.
1 parent 08cac95 commit 8d76254

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ private @Instance MathService mathService = null;
241241
```
242242

243243
## Content Generation
244-
The `PageServlet` class can be used to facilitate generation of document-oriented content such as invoices or reports. This class supports read-only database access and shares a connection instance with `WebService`.
244+
The `PageServlet` class can be used to facilitate generation of document-oriented content such as invoices or reports. This class supports read-only database access and shares a connection instance with `WebService`.
245245

246-
The abstract `execute()` method is called to produce the page content. An HTML [template](template-reference.md) with the same name as the implementing class is automatically applied to the value returned by this method.
246+
The abstract `execute()` method is called to produce the page content. An HTML [template](template-reference.md) with the same name as the implementing class will be automatically applied to the value returned by this method. However, if the method commits the response by writing to the output stream directly, the template will not be applied.
247247

248-
As with `WebService`, service instances will be automatically injected into annotated fields. See [MathServlet](kilo-test/src/main/java/org/httprpc/kilo/test/MathServlet.java) or [PetServlet](kilo-test/src/main/java/org/httprpc/kilo/test/PetServlet.java) for more information.
248+
As with `WebService`, service instances are automatically injected into annotated fields. See [MathServlet](kilo-test/src/main/java/org/httprpc/kilo/test/MathServlet.java) or [PetServlet](kilo-test/src/main/java/org/httprpc/kilo/test/PetServlet.java) for more information.
249249

250250
## API Documentation
251251
An index of all active services can be found at the application's context root:

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

0 commit comments

Comments
 (0)