Ticket #141 (closed enhancement: fixed)
Abstract processor should provide template construction method
| Reported by: | mikey | Owned by: | mikey |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.0 |
| Component: | MVC | Version: | SVN-trunk |
| Keywords: | Cc: |
Description
If one wants to do execute some code when the processor for the current request is created, you need to overwrite the already declared constructor and take care that the parent constructor will be called.
A much better way would be if the abstract processor provides a template method which an extended processor can overwrite , but does not need to. The template method will be called from the abstract processor's constructor.
Change History
Note: See
TracTickets for help on using
tickets.
