source: products/qg.canonicalurl/trunk/qg/canonicalurl/interfaces.py @ 2539

Last change on this file since 2539 was 487, checked in by piv, 18 years ago

visibility functionality, updated js libraries, remade js base httprequests, url processing on adding...

  • Property svn:eol-style set to native
File size: 304 bytes
Line 
1from zope.interface import Interface
2
3class IDomainsMapExtractor(Interface):
4
5    def getDomainsMap():
6        """ Return sorted by sybpath length tupple
7            of (subpath, domain name) tuple.
8        """
9    def setDomainsMap():
10        """ Set tupple of (subpath, domain name) tuples
11        """
Note: See TracBrowser for help on using the repository browser.