- Timestamp:
- 06/19/08 11:00:48 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/processors/stubProcessorResolver.php
r1445 r1632 29 29 */ 30 30 public function resolve(stubRequest $request, stubSession $session, stubResponse $response); 31 32 /** 33 * method to handle page based processors 34 * 35 * @param stubProcessor $processor 36 * @throws stubConfigurationException 37 * @throws stubRuntimeException 38 */ 39 public function selectPage(stubProcessor $processor); 31 40 } 32 41 ?>
