Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module static :: Class File |
|
Collection
--+ |Constrained
--+ |ConfigCollection
--+ |Resource
--+ |Versioned
--+ | File
Method Summary | |
---|---|
Create a file with the given path. | |
Get state, adding a version number to it on its way out. (inherited from Versioned )
| |
(inherited from Versioned )
| |
createPickleChild(self,
name,
child)
| |
createSimilarFile(self,
path)
| |
Remove a static reference for 'name'. (inherited from Resource )
| |
A method that determines whether an entity may be added to me. (inherited from ConfigCollection )
| |
See twisted.web.Resource.getChild. | |
(internal) Get a child of mine dependant on a particular request. (inherited from Resource )
| |
(internal) Retrieve a static or dynamically generated child resource from me. (inherited from Resource )
| |
Subclass this to generate an entity on demand. (inherited from Resource )
| |
Retrieve an entity from me. (inherited from Collection )
| |
(inherited from ConfigCollection )
| |
Return file size. | |
getIndex(self,
request)
| |
(inherited from ConfigCollection )
| |
Get an entity that was added to me using putEntity. (inherited from Resource )
| |
ignoreExt(self,
ext)
| |
A list of all name, entity that I can generate on demand. (inherited from Resource )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Resource )
| |
Retrieve a list of all name, entity pairs that I store references to. | |
Retrieve a list of the names of entities that I store references to. | |
Retrieve a list of all name, entity pairs that I store references to. (inherited from Resource )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Resource )
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Open a file and return it. | |
Register a child with me. (inherited from Resource )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
(inherited from Resource )
| |
redirect(self,
request)
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
You know what you doing. | |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
upgradeToVersion1(self)
| |
upgradeToVersion2(self)
| |
upgradeToVersion3(self)
| |
upgradeToVersion4(self)
| |
upgradeToVersion5(self)
| |
upgradeToVersion6(self)
| |
(internal) Do a version upgrade. (inherited from Versioned )
|
Class Variable Summary | |
---|---|
dict |
contentEncodings
|
dict |
contentTypes
|
list |
indexNames
|
class |
IResource
|
int |
persistenceVersion
|
dict |
processors
|
Method Details |
---|
__init__(self,
path,
defaultType='text/html',
ignoredExts=(),
registry=None,
allowExt=0)
Create a file with the given path.
|
getChild(self, path, request)See twisted.web.Resource.getChild.
|
getFileSize(self)Return file size. |
listEntities(self)Retrieve a list of all name, entity pairs that I store references to. See getStaticEntity.
|
listNames(self)Retrieve a list of the names of entities that I store references to. See getStaticEntity.
|
openForReading(self)Open a file and return it. |
render(self, request)You know what you doing.
|
Class Variable Details |
---|
contentEncodings
|
indexNames
|
IResourceIResource = twisted.web.resource.IResource
|
persistenceVersion
|
processors
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:26 2003 | http://epydoc.sf.net |