eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Comanche::SwikiEntry':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SwikiEntry (in Comanche)


Inheritance:

   Object
   |
   +--Comanche::SwikiEntry
      |
      +--Comanche::SwikiDirectory
      |
      +--Comanche::SwikiFile

Package:
stx:goodies/webServer/comanche/swiki
Category:
Comanche-Swiki-FileServer
Version:
rev: 1.8 date: 2003/08/29 17:05:31
user: cg
file: SwikiEntry.st directory: goodies/webServer/comanche/swiki
module: stx stc-classLibrary: swiki

Description:


SwikiEntry

is similar to FileEntry, but more lightweight. This contains the information that is associated with a specific file or directory. This is an abstract class; it holds the joint features of SwikiFile and SwikiDirectory.

INSTANCE VARIABLES:
name = name of the file (a String)
modificationTime = when the file was last modified (a number)
creationTime = when the file was created (a number)


Class protocol:

instance creation
o  fromArray: arr

private
o  rootNameFor: aString

utility
o  validFileNameFromFileLocation: aString
No HTML/HTTP characters allowed


Instance protocol:

accessing
o  creationDate

o  creationTime

o  httpName

o  modificationDate

o  modificationTime

o  name

o  strictXmlName

o  xmlName

initialization
o  fromArray: arr

testing
o  isAnImage

o  isValid



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 18 Apr 2024 07:17:34 GMT