Public Member Functions | Private Attributes
tornado.web.RedirectHandler Class Reference
Inheritance diagram for tornado.web.RedirectHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def get
def initialize

Private Attributes

 _permanent
 _url

Detailed Description

Redirects the client to the given URL for all GET requests.

You should provide the keyword argument "url" to the handler, e.g.::

    application = web.Application([
        (r"/oldpath", web.RedirectHandler, {"url": "/newpath"}),
    ])

Definition at line 1475 of file web.py.


Member Function Documentation

Definition at line 1488 of file web.py.

def tornado.web.RedirectHandler.initialize (   self,
  url,
  permanent = True 
)

Definition at line 1484 of file web.py.


Member Data Documentation

Definition at line 1484 of file web.py.

Definition at line 1484 of file web.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Mon Oct 6 2014 06:58:15