Home | Trees | Index | Help |
|
---|
Package aquarium :: Package urlscheme :: Module RelativeScriptName :: Class RelativeScriptName |
|
AquariumClass
--+ |QueryParameters
--+ |ScriptName
--+ | RelativeScriptName
Like aquarium.urlscheme.ScriptName, but without the server name.
This is like the ScriptName except that it doesn't include the full server name and port, which ScriptName may not figure out correctly in some environments (such as glass behind mod_proxy).
Method Summary | |
---|---|
Return '/', the relative root of your web server. | |
Inherited from ScriptName | |
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)Return '/', the relative root of your web server. The "secure" flag is ignored. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |