Ft.Server.Server.Modules

Modules

LogUtil  string  types   
ServerConfig  sys     

Classes

class CoreModule(Ft.Server.Server.Module)
addModule(self, parser, config, name, data, attrs)
addServerAlias(self, parser, config, name, data, attrs)
endVhost(self, parser, config, name, data, attrs)
finalizeServer(self, parser, config, name, data, attrs)
setErrorLog(self, parser, config, name, data, attrs)
setHandler(self, parser, config, name, data, attrs)
setLogLevel(self, parser, config, name, data, attrs)
setPort(self, parser, config, name, data, attrs)
setServerAdmin(self, parser, config, name, data, attrs)
setServerName(self, parser, config, name, data, attrs)
startVhost(self, parser, config, name, attrs)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Modules'
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', 'Handler'): 'setHandler', ('http://xmlns.4suite.org/reserved', 'LogLevel'): 'setLogLevel', ('http://xmlns.4suite.org/reserved', 'Module'): 'addModule', ('http://xmlns.4suite.org/reserved', 'Port'): 'setPort', ('http://xmlns.4suite.org/reserved', 'Server'): 'finalizeServer', ('http://xmlns.4suite.org/reserved', 'ServerAdmin'): 'setServerAdmin', ('http://xmlns.4suite.org/reserved', 'ServerAlias'): 'addServerAlias', ('http://xmlns.4suite.org/reserved', 'ServerName'): 'setServerName', ('http://xmlns.4suite.org/reserved', 'Status'): None, ('http://xmlns.4suite.org/reserved', 'VirtualHost'): ('startVhost', 'endVhost')}
class FtRpcModule(Ft.Server.Server.Module)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.FtRpc'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
handlers = {'ftrpc': <class Ft.Server.Server.FtRpc.FtRpcHandler.FtRpcHandler>}
class FtpModule(Ft.Server.Server.Module)
addExtendedMapping(self, parser, config, name, data, attrs)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Ftp'
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', 'ExtendedMapping'): 'addExtendedMapping'}
handlers = {'ftp': <class Ft.Server.Server.Ftp.FtpHandler.FtpHandler>}
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 = {}
class SoapModule(Ft.Server.Server.Module)
setAuthName(self, parser, config, name, data, attrs)
setDocumentRoot(self, parser, config, name, data, attrs)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Http.Soap'
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', 'DocumentRoot'): 'setDocumentRoot'}
handlers = {'basic_soap': <class Ft.Server.Server.Http.Soap.Handler.SoapHandler>}

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.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Modules.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.Modules'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_ft_builtins = {'Core': <class Ft.Server.Server.Modules.CoreModule>, 'FtRpc': <class Ft.Server.Server.FtRpc.FtRpcModule>, 'Ftp': <class Ft.Server.Server.Ftp.FtpModule>, 'Http': <class Ft.Server.Server.Http.HttpModule>, 'Soap': <class Ft.Server.Server.Http.Soap.SoapModule>}