|
Class: XmlSwikiStorage (in Comanche)
Object
|
+--Comanche::SwikiStorage
|
+--Comanche::XmlSwikiStorage
- Package:
- stx:goodies/webServer/comanche/swiki
- Category:
- Comanche-Swiki-Storage
- Version:
- rev:
1.19
date: 2006/07/27 14:54:47
- user: cg
- file: XmlSwikiStorage.st directory: goodies/webServer/comanche/swiki
- module: stx stc-classLibrary: swiki
conversion
-
booleanSettingFrom: xml
-
-
booleanSettingNamed: aString value: value
-
-
codeSettingFrom: xml
-
in order to make the setup.xml-file compatible with the original Swiki,
global classNames are saved without a nameSpace prefix, and we care for this
here, when reloading the setup.
-
codeSettingNamed: aString value: value
-
in order to make the setup.xml-file compatible with the original Swiki,
we MUST save global classNames without a nameSpace prefix, and care for this
when reloading the setup. Here, we only strip off the Comanche nameSpace.
-
collSettingFrom: xml
-
-
collSettingNamed: aString value: value
-
-
numberSettingFrom: xml
-
-
numberSettingNamed: aString value: value
-
-
performerFor: value
-
-
settingAssocFromXml: xml
-
-
settingStringNamed: aString value: value
-
-
settingsDictFrom: xml
-
-
settingsStringFrom: dict
-
Converts a dictionary to a xml string.
-
storeStringFor: object
-
-
textDictionaryFrom: xml start: start end: end
-
Keep adding elements
-
textFrom: xml start: start end: end
-
-
textSettingFrom: xml
-
-
textSettingNamed: aString value: value
-
initialize-release
-
initialize
-
Dictionaries
instance creation
-
loadPagesFromDir: dir
-
testing class hierarchy
-
handlesBookStorage
-
-
handlesPageStorage
-
book (load)
-
loadSettingsForBook: book
-
-
writeSettingsForBook: book
-
Delete Old Settings
pages
-
backupPage: aPage
-
Back-up a .xml page to put it's contents into a .old page.
-
isAComplexPage: aPage
-
-
loadPage: aPage
-
-
loadPage: aPage from: xml startingAt: pos0
-
Version
-
loadPages
-
-
loadVersionsFrom: aPage
-
-
multipleTextFrom: aPage
-
-
pathFrom: aPage
-
-
simpleTextFrom: aPage
-
-
textFrom: aPage
-
-
textKey: key from: aPage
-
-
writePage: aPage
-
Delete Old Version
private
-
addTextFrom: aPage to: file
-
-
getMetaCollForDir: aDir
-
-
putMetaColl: coll forDir: aDir
-
shelf
-
loadSettingsForShelf: shelf
-
-
setupBooks
-
-
writeSettingsForShelf: shelf
-
Delete Old Settings
-
writeSetupForBook: book
-
Delete Old Setup
|