Public Member Functions | Private Attributes
rosbridge_tools.tornado.web.RedirectHandler Class Reference
Inheritance diagram for rosbridge_tools.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 2007 of file web.py.


Member Function Documentation

Definition at line 2020 of file web.py.

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

Definition at line 2016 of file web.py.


Member Data Documentation

Definition at line 2016 of file web.py.

Definition at line 2016 of file web.py.


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


rosbridge_tools
Author(s): Jonathan Mace
autogenerated on Sun Dec 28 2014 11:43:22