示例#1
0
def uriAuthentication() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocatorAuthentication()
    b.converterPath = converterPath()
    return b
示例#2
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocator()
    b.converterPath = converterPath()
    return b