Ticket #141 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

Abstract processor should provide template construction method

Reported by: mikey Assigned to: 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

04/13/08 21:41:53 changed by mikey

  • status changed from new to assigned.

04/13/08 21:48:28 changed by mikey

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

Implemented with r1544.