tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

TApplication adds getModulesByType, getIsAfterService, and onInitComplete #252

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
r2803

getModulesByType - Adds the ability to get modules based on loose or strict 
class names
getIsAfterService- Tell if the Application is after the service step.  Some 
modules may want to 
change their behavior after the service step.  (I have code that does exactly 
this in my meta-cms)
onInitComplete- This is added so modules can do initialization wrap-up before 
beginning the 
request.  

Original issue reported on code.google.com by javalizard@gmail.com on 14 Apr 2010 at 1:51