Changeset 1221

Show
Ignore:
Timestamp:
01/11/08 16:33:07 (7 months ago)
Author:
mikey
Message:

continued refactoring #119: replaced package dots in remaining org::stubbles classes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/org/stubbles/examples/events/Auth.php

    r751 r1221  
    77 * @subpackage  events 
    88 */ 
    9 stubClassLoader::load('net.stubbles.events.stubEventDispatcher'); 
     9stubClassLoader::load('net::stubbles::events::stubEventDispatcher'); 
    1010/** 
    1111 * Very simple authentication class used in the events example. 
  • trunk/src/main/php/org/stubbles/examples/events/BlackList.php

    r778 r1221  
    77 * @subpackage  events 
    88 */ 
    9 stubClassLoader::load('net.stubbles.events.stubEventListener'); 
     9stubClassLoader::load('net::stubbles::events::stubEventListener'); 
    1010/** 
    1111 * Logging class for the onLogin event used in the events example. 
  • trunk/src/main/php/org/stubbles/examples/events/UserLoginLogging.php

    r778 r1221  
    77 * @subpackage  events 
    88 */ 
    9 stubClassLoader::load('net.stubbles.events.stubEventListener'); 
     9stubClassLoader::load('net::stubbles::events::stubEventListener'); 
    1010/** 
    1111 * Logging class for the onLogin event used in the events example. 
  • trunk/src/main/php/org/stubbles/examples/pageelements/CurrentTimeXMLPageElement.php

    r1110 r1221  
    77 * @subpackage  pageelements 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.stubAbstractPageElement', 
    10                       'net.stubbles.websites.xml.stubXMLPageElement' 
     9stubClassLoader::load('net::stubbles::websites::stubAbstractPageElement', 
     10                      'net::stubbles::websites::xml::stubXMLPageElement' 
    1111); 
    1212/** 
  • trunk/src/main/php/org/stubbles/examples/pageelements/Shop.php

    r1075 r1221  
    77 * @subpackage  pageelements 
    88 */ 
    9 stubClassLoader::load('net.stubbles.util.net.http.stubHTTPURL', 
    10                       'net.stubbles.lang.exceptions.stubIllegalArgumentException' 
     9stubClassLoader::load('net::stubbles::util::net::http::stubHTTPURL', 
     10                      'net::stubbles::lang::exceptions::stubIllegalArgumentException' 
    1111); 
    1212/** 
  • trunk/src/main/php/org/stubbles/examples/pageelements/TestElementWithInjectedResource.php

    r1156 r1221  
    77 * @subpackage  pageelements 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.stubAbstractPageElement', 
    10                       'net.stubbles.websites.xml.stubXMLPageElement', 
    11                       'org.stubbles.examples.resources.MyResource' 
     9stubClassLoader::load('net::stubbles::websites::stubAbstractPageElement', 
     10                      'net::stubbles::websites::xml::stubXMLPageElement', 
     11                      'org::stubbles::examples::resources::MyResource' 
    1212); 
    1313/** 
  • trunk/src/main/php/org/stubbles/examples/pageelements/TestShopPageElement.php

    r1110 r1221  
    99require_once('Shop.php'); 
    1010 
    11 stubClassLoader::load('net.stubbles.websites.stubAbstractPageElement', 
    12                       'net.stubbles.websites.xml.stubXMLPageElement', 
    13                       'net.stubbles.util.validators.stubPassThruValidator' 
     11stubClassLoader::load('net::stubbles::websites::stubAbstractPageElement', 
     12                      'net::stubbles::websites::xml::stubXMLPageElement', 
     13                      'net::stubbles::util::validators::stubPassThruValidator' 
    1414); 
    1515/** 
  • trunk/src/main/php/org/stubbles/examples/pageelements/TestXMLPageElement.php

    r1110 r1221  
    77 * @subpackage  pageelements 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.stubAbstractPageElement', 
    10                       'net.stubbles.websites.xml.stubXMLPageElement' 
     9stubClassLoader::load('net::stubbles::websites::stubAbstractPageElement', 
     10                      'net::stubbles::websites::xml::stubXMLPageElement' 
    1111); 
    1212/** 
  • trunk/src/main/php/org/stubbles/examples/resources/MyResource.php

    r1161 r1221  
    77 * @subpackage  resources 
    88 */ 
    9 stubClassLoader::load('net.stubbles.ipo.session.resourcemanager.stubSessionResource'); 
     9stubClassLoader::load('net::stubbles::ipo::session::resourcemanager::stubSessionResource'); 
    1010/** 
    1111 * Example resource interface. 
  • trunk/src/main/php/org/stubbles/examples/resources/MyResourceImpl.php

    r1161 r1221  
    77 * @subpackage  resources 
    88 */ 
    9 stubClassLoader::load('net.stubbles.ipo.session.resourcemanager.stubSessionResource'); 
     9stubClassLoader::load('net::stubbles::ipo::session::resourcemanager::stubSessionResource'); 
    1010/** 
    1111 * Example resource implementation. 
  • trunk/src/main/php/org/stubbles/phing/tasks/stubGenerateJsonRpcProxiesTask.php

    r1165 r1221  
    8484    public function main() 
    8585    { 
    86         stubClassLoader::load('net.stubbles.util.xjconf.xjconf', 
    87                               'net.stubbles.util.xjconf.xjconfReal', 
    88                               'net.stubbles.service.jsonrpc.util.stubJsonRpcProxyGenerator'); 
     86        stubClassLoader::load('net::stubbles::util::xjconf::xjconf', 
     87                              'net::stubbles::util::xjconf::xjconfReal', 
     88                              'net::stubbles::service::jsonrpc::util::stubJsonRpcProxyGenerator'); 
    8989 
    9090        $xjconf = new stubXJConfFacade(new XJConfFacade(array('__default' => stubXJConfLoader::getInstance()))); 
  • trunk/src/main/php/org/stubbles/test/BarProcessor.php

    r1157 r1221  
    77 * @subpackage  test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.processors.stubAbstractProcessor'); 
     9stubClassLoader::load('net::stubbles::websites::processors::stubAbstractProcessor'); 
    1010/** 
    1111 * A processor used in tests. 
  • trunk/src/main/php/org/stubbles/test/FooProcessor.php

    r1157 r1221  
    77 * @subpackage  test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.processors.stubAbstractProcessor'); 
     9stubClassLoader::load('net::stubbles::websites::processors::stubAbstractProcessor'); 
    1010/** 
    1111 * A processor used in tests. 
  • trunk/src/main/php/org/stubbles/test/README

    r1157 r1221  
    11This folder contains classes to be used in tests only, mainly for the test of 
    2 the net.stubbles.stubClassLoader class. 
     2the net::stubbles::stubClassLoader class. 
  • trunk/src/main/php/org/stubbles/test/TestClassLoading.php

    r1157 r1221  
    11<?php 
    22/** 
    3  * Class to net.stubbles.reflection.stubReflectionClass. 
     3 * Class to net::stubbles::reflection::stubReflectionClass. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    88 */ 
    99/** 
    10  * Class to test net.stubbles.reflection.stubReflectionClass. 
     10 * Class to test net::stubbles::reflection::stubReflectionClass. 
    1111 * 
    1212 * @package     stubbles 
  • trunk/src/main/php/org/stubbles/test/TestLogData.php

    r1157 r1221  
    11<?php 
    22/** 
    3  * Class to test net.stubbles.util.log.stubLogDataFactory. 
     3 * Class to test net::stubbles::util::log::stubLogDataFactory. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    99stubClassLoader::load('net.stubbles.util.log.stubBaseLogData'); 
    1010/** 
    11  * Class to test net.stubbles.util.log.stubLogDataFactory. 
     11 * Class to test net::stubbles::util::log::stubLogDataFactory. 
    1212 * 
    1313 * @package     stubbles