Home
Trees
Indices
Help
web2py Web Framework
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
gluon.http.HTTP
markupbase.ParserBase
:
Parser base class which provides some common support methods used by the SGML/HTML and XHTML parsers.
sgmllib.SGMLParser
htmllib.HTMLParser
:
This is the basic HTML parser class.
gluon.sanitizer.XssCleaner
gluon.restricted.RestrictedError
:
class used to wrap an exception that occurs in the restricted environment below.
gluon.sql_sybase.SQLALL
gluon.sql_sybase.SQLQuery
:
a query object necessary to define a set.
gluon.sql_sybase.SQLRows
:
A wrapper for the retun value of a select.
gluon.sql_sybase.SQLSet
:
sn SQLSet represents a set of records in the database, the records are identified by the where=SQLQuery(...) object.
gluon.sql_sybase.SQLXorable
gluon.sql_sybase.SQLField
:
an instance of this class represents a database field
gluon.wsgiserver.SSLConnection
:
A thread-safe wrapper for an SSL.Connection.
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
gluon.wsgiserver.MaxSizeExceeded
gluon.wsgiserver.NoSSLError
:
Exception raised when a client speaks HTTP to an HTTPS socket.
gluon.validators.CLEANUP
:
example:
gluon.validators.CRYPT
:
example:
gluon.cache.Cache
gluon.cache.CacheInRam
gluon.cache.CacheOnDisk
gluon.wsgiserver.CherryPyWSGIServer
:
An HTTP server for WSGI.
gluon.html.DIV
:
example:
gluon.html.A
gluon.html.B
gluon.html.BEAUTIFY
:
example:
gluon.html.BODY
gluon.html.BR
gluon.html.CENTER
gluon.html.CODE
:
displays code in HTML with syntax highlighting.
gluon.html.EM
gluon.html.EMBED
gluon.html.FIELDSET
gluon.html.FORM
:
example:
gluon.sqlhtml.SQLFORM
:
SQLFORM is used to map a table (and a current record) into an HTML form
gluon.html.H1
gluon.html.H2
gluon.html.H3
gluon.html.H4
gluon.html.H5
gluon.html.H6
gluon.html.HEAD
gluon.html.HR
gluon.html.HTML
gluon.html.IFRAME
gluon.html.IMG
gluon.html.INPUT
:
examples:
gluon.html.SELECT
:
example:
gluon.html.TEXTAREA
:
TEXTAREA(_name='sometext',value='bla '*100,requires=IS_NOT_EMPTY()) 'bla bla bla ...' will be the content of the textarea field.
gluon.html.LABEL
gluon.html.LI
gluon.html.LINK
gluon.html.META
gluon.html.OBJECT
gluon.html.OPTION
gluon.html.P
gluon.html.PRE
gluon.html.SCRIPT
gluon.html.STYLE
gluon.html.SPAN
gluon.html.TABLE
gluon.sqlhtml.SQLTABLE
:
given a SQLRows object, as returned by a db().select(), generates and html table with the rows.
gluon.html.TD
gluon.html.TH
gluon.html.TITLE
gluon.html.TR
gluon.html.TT
gluon.html.UL
gluon.html.OL
gluon.wsgiserver.HTTPConnection
:
An HTTP connection (active socket).
gluon.wsgiserver.HTTPRequest
:
An HTTP Request (and response).
gluon.highlight.Highlighter
:
Do syntax highlighting.
gluon.main.HttpServer
gluon.widget.IO
gluon.validators.IS_DATE
:
example:
gluon.validators.IS_DATETIME
:
example:
gluon.validators.IS_EXPR
:
example:
gluon.validators.IS_FLOAT_IN_RANGE
:
example:
gluon.validators.IS_INT_IN_RANGE
:
example:
gluon.validators.IS_IN_SET
:
example:
gluon.validators.IS_LENGTH
:
example:
gluon.validators.IS_LOWER
gluon.validators.IS_MATCH
:
example:
gluon.validators.IS_ALPHANUMERIC
:
example:
gluon.validators.IS_EMAIL
:
example:
gluon.validators.IS_URL
:
example:
gluon.validators.IS_NOT_EMPTY
:
example:
gluon.validators.IS_NOT_IN_DB
:
example:
gluon.validators.IS_NULL_OR
gluon.validators.IS_TIME
:
example:
gluon.validators.IS_UPPER
gluon.sql.SQLALL
gluon.sql.SQLQuery
:
a query object necessary to define a set.
gluon.sql.SQLRows
:
A wrapper for the retun value of a select.
gluon.sql.SQLSet
:
sn SQLSet represents a set of records in the database, the records are identified by the where=SQLQuery(...) object.
gluon.sql.SQLXorable
gluon.sql.SQLField
:
an instance of this class represents a database field
gluon.wsgiserver.SizeCheckWrapper
:
Wraps a file-like object, raising MaxSizeExceeded if too large.
gluon.wsgiserver.ThreadPool
:
A Request Queue for the CherryPyWSGIServer which pools threads.
gluon.wsgiserver.WSGIPathInfoDispatcher
:
A WSGI dispatcher for dispatch based on the PATH_INFO.
gluon.html.XML
:
example:
threading._Verbose
threading.Thread
gluon.wsgiserver.WorkerThread
:
Thread which continuously polls a Queue for Connection objects.
socket._fileobject
:
Faux file object attached to a socket object.
gluon.wsgiserver.SSL_fileobject
:
Faux file object attached to a socket object.
dict
:
dict() -> new empty dictionary.
gluon.sql.SQLStorage
:
a dictionary that let you do d['a'] as well as d.a
gluon.sql.SQLDB
:
an instance of this class represents a database connection
gluon.sql.SQLTable
:
an instance of this class represents a database table Example:
gluon.sql_sybase.SQLStorage
:
a dictionary that let you do d['a'] as well as d.a
gluon.sql_sybase.SQLDB
:
an instance of this class represents a database connection
gluon.sql_sybase.SQLTable
:
an instance of this class represents a database table Example:
gluon.storage.Storage
:
A Storage object is like a dictionary except `obj.foo` can be used in addition to `obj['foo']`.
gluon.globals.Request
:
defines the request object and the default values of its members
gluon.globals.Response
:
defines the response object and the default values of its members response.write(....) can be used to write in the output html
gluon.globals.Session
:
defines the session object and the default values of its members (None)
gluon.languages.lazyT
:
never to be called explicitly, returned by translator.__call__
list
:
list() -> new list list(sequence) -> new list initialized from sequence's items
gluon.sql.SQLCallableList
gluon.sql_sybase.SQLCallableList
gluon.languages.translator
:
this class is intantiated once in gluon/main.py as the T object
gluon.widget.web2pyDialog
gluon.sql_sybase.static_method
:
now we can declare static methods in python!
Home
Trees
Indices
Help
web2py Web Framework
Generated by Epydoc 3.0beta1 on Mon Mar 24 10:42:02 2008
http://epydoc.sourceforge.net