| Home | Trees | Index | Help |
|
|---|
| Package aquarium :: Package urlscheme :: Module ScriptName :: Class ScriptName |
|
AquariumClass--+ |QueryParameters--+ | ScriptName
RelativeScriptNameThis URL scheme is based on SCRIPT_NAME.
This is for when the Web server puts the PATH_INFO-like information in SCRIPT_NAME. This is only possible because it itself knows about Aquarium and acts as the entry point for Aquarium.
See aquarium.urlscheme.UrlSchemeAPI.
| Method Summary | |
|---|---|
Figure out the URL for the root of this site. | |
Return a dynamic URL for the given screen. | |
Which screen does the user want to view? | |
| Inherited from QueryParameters | |
Extend __init__ to handle proxying. | |
Add the sid to a given dictionary of vars, if appropriate. | |
Add the given vars to the url and return it. | |
Return the default scheme, either http:// or https://. | |
Given a scheme, return the port string, as appropriate. | |
Return http:// or https://. | |
Return necessary hidden form fields. | |
Return an URL to an image. | |
Return an URL for something relative to the root URL. | |
| Method Details |
|---|
getRootUrl(self, secure=-1)Figure out the URL for the root of this site. |
screen(self, screen, vars=None, secure=-1)Return a dynamic URL for the given screen. |
whichScreen(self)Which screen does the user want to view? |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |