Ticket #141 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by mikey

  • status changed from new to assigned

Changed 2 years ago by mikey

  • status changed from assigned to closed
  • resolution set to fixed

Implemented with r1544.

Note: See TracTickets for help on using tickets.