Ft.Server.Server.Http
Package Contents
BaseRequestHandler
HeaderDict
Soap
(package)
TransferLog
Basic
Session
Status
Modules
Schema
os
Classes
class
HttpModule
(
Ft.Server.Server.Module
)
setAuthName
(self, parser, config, name, data, attrs)
setDefaultXslt
(self, parser, config, name, data, attrs)
setDocumentRoot
(self, parser, config, name, data, attrs)
setHttpPostEncodingVar
(self, parser, config, name, data, attrs)
setMandatoryAuth
(self, parser, config, name, data, attrs)
setRedirect
(self, parser, config, name, data, attrs)
setRule
(self, parser, config, name, data, attrs)
setSessionAnonymousFlag
(self, parser, config, name, data, attrs)
setSessionInvalidLoginUri
(self, parser, config, name, data, attrs)
setSessionInvalidUri
(self, parser, config, name, data, attrs)
setSessionLoginUri
(self, parser, config, name, data, attrs)
setSessionMethod
(self, parser, config, name, data, attrs)
setSessionPassword
(self, parser, config, name, data, attrs)
setSessionPermissionDeniedUri
(self, parser, config, name, data, attrs)
setSessionTtl
(self, parser, config, name, data, attrs)
setSessionUserName
(self, parser, config, name, data, attrs)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Server.Server.Http'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
commands
= {('http://xmlns.4suite.org/reserved', 'AuthName'): 'setAuthName', ('http://xmlns.4suite.org/reserved', 'DefaultXslt'): 'setDefaultXslt', ('http://xmlns.4suite.org/reserved', 'DocumentRoot'): 'setDocumentRoot', ('http://xmlns.4suite.org/reserved', 'HttpPostEncodingVar'): 'setHttpPostEncodingVar', ('http://xmlns.4suite.org/reserved', 'MandatoryAuth'): 'setMandatoryAuth', ('http://xmlns.4suite.org/reserved', 'Redirect'): 'setRedirect', ('http://xmlns.4suite.org/reserved', 'Rule'): 'setRule', ('http://xmlns.4suite.org/reserved', 'SessionAnonymousFlag'): 'setSessionAnonymousFlag', ('http://xmlns.4suite.org/reserved', 'SessionInvalidLoginUri'): 'setSessionInvalidLoginUri', ('http://xmlns.4suite.org/reserved', 'SessionInvalidUri'): 'setSessionInvalidUri', ...}
handlers
= {'http_basic': <class Ft.Server.Server.Http.Basic.BasicHttpHandler>}
class
Module
loadObject
(self, path)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Server.Server'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
commands
= {}
handlers
= {}
Data
FTSERVER_SERVER_NS
= 'http://xmlns.4suite.org/reserved'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
SCHEMA_NSS
= 'http://schemas.4suite.org/4ss'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__
= 'build/lib.linux-ppc-2.2/Ft/Server/Server/Http/__init__.py'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__
= 'Ft.Server.Server.Http'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__path__
= ['build/lib.linux-ppc-2.2/Ft/Server/Server/Http']