Changeset 1513
- Timestamp:
- 04/06/08 17:23:21 (1 month ago)
- Files:
-
- trunk/src/main/php/net/stubbles/service/jsonrpc/stubJsonRpcWriter.php (modified) (2 diffs)
- trunk/src/main/php/net/stubbles/websites/cache/stubCachableProcessor.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/cache/stubCachingProcessor.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/stubAbstractPageFactory.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/stubPageFactory.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/stubPageXJConfFactory.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/variantmanager/stubVariantsMap.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/xml/skin/stubDefaultSkinGenerator.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/xml/stubXMLProcessor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/service/jsonrpc/stubJsonRpcWriter.php
r1434 r1513 40 40 * send a json fault 41 41 * 42 * @param string $reqId request id 43 * @param string $message fault message 42 * @param string $reqId request id 43 * @param string $message fault message 44 * @return string 44 45 */ 45 46 public static function writeFault($reqId, $message) … … 55 56 * send a json response 56 57 * 57 * @param string $reqId request id 58 * @param string $result 58 * @param string $reqId request id 59 * @param string $result 60 * @return string 59 61 */ 60 62 public static function writeResponse($reqId, $result) trunk/src/main/php/net/stubbles/websites/cache/stubCachableProcessor.php
r1459 r1513 22 22 * response is cachable or not 23 23 * 24 * @param stubWebsiteCache $ websiteCache24 * @param stubWebsiteCache $cache 25 25 * @return bool 26 26 */ trunk/src/main/php/net/stubbles/websites/cache/stubCachingProcessor.php
r1460 r1513 53 53 * 54 54 * @param stubCachableProcessor $processor 55 * @param stubWebsiteCache $websiteCache 55 56 */ 56 57 public function __construct(stubCachableProcessor $processor, stubWebsiteCache $websiteCache) trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php
r1511 r1513 125 125 * response is cachable or not 126 126 * 127 * @param stubWebsiteCache $ websiteCache127 * @param stubWebsiteCache $cache 128 128 * @return bool 129 129 */ trunk/src/main/php/net/stubbles/websites/stubAbstractPageFactory.php
r1444 r1513 38 38 39 39 /** 40 * sets page name prefix 40 * sets page name prefix 41 41 * 42 42 * @param string $pagePrefix trunk/src/main/php/net/stubbles/websites/stubPageFactory.php
r1438 r1513 20 20 21 21 /** 22 * sets page name prefix 22 * sets page name prefix 23 23 * 24 24 * @param string $pagePrefix trunk/src/main/php/net/stubbles/websites/stubPageXJConfFactory.php
r1445 r1513 65 65 * returns the configured stubPage instance 66 66 * 67 * @param string $ pageName name of the page to retrieve67 * @param string $configSource name of the page to retrieve 68 68 * @return stubPage 69 69 */ trunk/src/main/php/net/stubbles/websites/variantmanager/stubVariantsMap.php
r1454 r1513 31 31 private $name; 32 32 /** 33 * switch whether persistence should be used or 33 * switch whether persistence should be used or not 34 34 * 35 35 * @var boolean trunk/src/main/php/net/stubbles/websites/xml/skin/stubDefaultSkinGenerator.php
r1429 r1513 69 69 * returns the currently selected language 70 70 * 71 * @param stubSession $session 72 * @param stubPage $page 71 * @param stubSession $session 72 * @param stubPage $page 73 * @return string 73 74 */ 74 75 protected function getLanguage(stubSession $session, stubPage $page) trunk/src/main/php/net/stubbles/websites/xml/stubXMLProcessor.php
r1468 r1513 108 108 * response is cachable or not 109 109 * 110 * @param stubWebsiteCache $ websiteCache110 * @param stubWebsiteCache $cache 111 111 * @return bool 112 112 */
