Package gavo :: Package base :: Module config :: Class RelativeURL
[frames] | no frames]

Class RelativeURL

source code

                    object --+        
                             |        
  utils.fancyconfig.ConfigItem --+    
                                 |    
utils.fancyconfig.StringConfigItem --+
                                     |
                                    RelativeURL

is a configuration item that is interpreted relative to the server's root URL.

Instance Methods

Inherited from utils.fancyconfig.ConfigItem: __init__, getAsString, set

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  typedesc = 'URL fragment relative to the server\'s root'

Inherited from utils.fancyconfig.StringConfigItem: default

Properties
  value

Inherited from object: __class__

Property Details

value

Get Method:
_getValue(self)
Set Method:
_setValue(self, val)