Changeset 1405
- Timestamp:
- 03/07/08 17:43:15 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/events/stubEventsXJConfInitializer.php
r1395 r1405 9 9 stubClassLoader::load('net::stubbles::events::events', 10 10 'net::stubbles::events::stubEventsInitializer', 11 'net::stubbles::ipo::interceptors::stubPreInterceptor',12 11 'net::stubbles::lang::exceptions::stubIllegalArgumentException', 13 12 'net::stubbles::util::xjconf::xjconf' … … 19 18 * @subpackage events 20 19 */ 21 class stubEventsXJConfInitializer extends stubXJConfAbstractInitializer implements stubEventsInitializer , stubPreInterceptor20 class stubEventsXJConfInitializer extends stubXJConfAbstractInitializer implements stubEventsInitializer 22 21 { 23 22 /** … … 118 117 // intentionally empty 119 118 } 120 121 /**122 * does the preprocessing stuff123 *124 * @param stubRequest $request access to request data125 * @param stubSession $session access to session data126 * @param stubResponse $response access to response data127 */128 public function preProcess(stubRequest $request, stubSession $session, stubResponse $response)129 {130 $this->init();131 }132 119 } 133 120 ?> trunk/src/main/php/net/stubbles/util/cache/stubCacheInitializer.php
r1404 r1405 7 7 * @subpackage util_cache 8 8 */ 9 stubClassLoader::load('net::stubbles::ipo::interceptors::stubPreInterceptor', 10 'net::stubbles::lang::stubInitializer' 11 ); 9 stubClassLoader::load('net::stubbles::lang::stubInitializer'); 12 10 /** 13 11 * Marker interface for initializing the cache.
