Changeset 1405

Show
Ignore:
Timestamp:
03/07/08 17:43:15 (6 months ago)
Author:
mikey
Message:

initializers should not be pre interceptors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/events/stubEventsXJConfInitializer.php

    r1395 r1405  
    99stubClassLoader::load('net::stubbles::events::events', 
    1010                      'net::stubbles::events::stubEventsInitializer', 
    11                       'net::stubbles::ipo::interceptors::stubPreInterceptor', 
    1211                      'net::stubbles::lang::exceptions::stubIllegalArgumentException', 
    1312                      'net::stubbles::util::xjconf::xjconf' 
     
    1918 * @subpackage  events 
    2019 */ 
    21 class stubEventsXJConfInitializer extends stubXJConfAbstractInitializer implements stubEventsInitializer, stubPreInterceptor 
     20class stubEventsXJConfInitializer extends stubXJConfAbstractInitializer implements stubEventsInitializer 
    2221{ 
    2322    /** 
     
    118117        // intentionally empty 
    119118    } 
    120  
    121     /** 
    122      * does the preprocessing stuff 
    123      * 
    124      * @param  stubRequest   $request   access to request data 
    125      * @param  stubSession   $session   access to session data 
    126      * @param  stubResponse  $response  access to response data 
    127      */ 
    128     public function preProcess(stubRequest $request, stubSession $session, stubResponse $response) 
    129     { 
    130         $this->init(); 
    131     } 
    132119} 
    133120?> 
  • trunk/src/main/php/net/stubbles/util/cache/stubCacheInitializer.php

    r1404 r1405  
    77 * @subpackage  util_cache 
    88 */ 
    9 stubClassLoader::load('net::stubbles::ipo::interceptors::stubPreInterceptor', 
    10                       'net::stubbles::lang::stubInitializer' 
    11 ); 
     9stubClassLoader::load('net::stubbles::lang::stubInitializer'); 
    1210/** 
    1311 * Marker interface for initializing the cache.