Skip to content

Commit be1c251

Browse files
committed
Update README.md.
1 parent c257d94 commit be1c251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ 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 facilitates generation of document-oriented content such as invoices or reports. It supports read-only database access and shares a connection instance with `WebService`.
245245

246246
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, unless the method commits the response by writing to the output stream directly. This allows an implementation to support alternate representations such as CSV.
247247

0 commit comments

Comments
 (0)