mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
585665a9b6
http://wiki.w4py.org/component.html PR: ports/79417 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
From document:
|
|
|
|
Components are useful if you have code that should know about the
|
|
request and response, and possible intercept it. If the code doesn't need to
|
|
know about the request at all, you should just create a normal Python library,
|
|
and call into it explicitly. Components can also be a convenient way to add new
|
|
convenience methods to your servlet.
|
|
|
|
WWW: http://wiki.w4py.org/component.html
|