Ejemplo n.º 1
0
def uriAuthentication() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocatorAuthentication()
    b.converterPath = converterPath()
    return b
Ejemplo n.º 2
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocator()
    b.converterPath = converterPath()
    return b