4Suite API Documentation

Module Ft.Server.Server.Xslt.Http

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Server/Server/Xslt/Http.py,v 1.27 2005/04/06 23:05:46 jkloth Exp $
Classes:
Functions:
Fields:

Classes

class RequestHeadersElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)

Methods

instantiate(self, context, processor)

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltElement

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltNode

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements

Fields

Fields


class ResponseUriElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)

Methods

instantiate(self, context, processor)

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltElement

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltNode

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs = {'uri': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}

Fields

Fields

Functions

LocalPath(context, path)
LocalUri(context, uri)

Fields

ExtElements = {('http://xmlns.4suite.org/4ss/http', 'request-headers'): <class Ft.Server.Server.Xslt.Http.RequestHeadersElement>, ('http://xmlns.4suite.org/4ss/http', 'response-uri'): <class Ft.Server.Server.Xslt.Http.ResponseUriElement>}
ExtFunctions = {('http://xmlns.4suite.org/4ss/http', 'get-query-args'): <function GetQueryArguments>, ('http://xmlns.4suite.org/4ss/http', 'local-path'): <function LocalPath>, ('http://xmlns.4suite.org/4ss/http', 'local-uri'): <function LocalUri>}
HTTP_NS = 'http://xmlns.4suite.org/4ss/http'
RESERVED_NAMESPACE = 'http://xmlns.4suite.org/reserved'