Summary of WebKit.Page

You can also browse the complete source file or the generated documentation.


class Page(HTTPContent):

    ## Transactions ##
    def defaultAction(self)

    ## Generating results ##
    def title(self)
    def htTitle(self)
    def htBodyArgs(self)
    def writeHTML(self)
    def writeDocType(self)
    def writeHead(self)
    def writeHeadParts(self)
    def writeTitle(self)
    def writeStyleSheet(self)
    def writeBody(self)
    def writeBodyParts(self)
    def writeContent(self)
    def preAction(self, actionName)
    def postAction(self, actionName)

    ## Convenience Methods ##
    def htmlEncode(self, s)
    def htmlDecode(self, s)

    ## Validate HTML output (developer debugging) ##
    def validateHTML(self, closingTags='')