Show
Ignore:
Timestamp:
03/20/08 17:51:12 (10 months ago)
Author:
mikey
Message:

refactoring #137, part 7: page factories are now attributes of the processors, and not of the resolvers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/stubPageXJConfFactory.php

    r1438 r1445  
    6565     * returns the configured stubPage instance 
    6666     * 
    67      * @param   string    $configSource   source of the page configuration to us
     67     * @param   string    $pageName  name of the page to retriev
    6868     * @return  stubPage 
    6969     */ 
    70     public function getPage($configSource) 
     70    protected function doGetPage($configSource) 
    7171    { 
    7272        $configSource = str_replace('/', DIRECTORY_SEPARATOR, $this->pagePrefix . $configSource);