Exemplo n.º 1
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b
Exemplo n.º 2
0
 def uriGateway() -> Handler:
     b = URIHandler()
     b.resourcesRoot = resourcesRoot()
     b.resourcesRootURI = root_uri_my_resources()
     b.converterPath = converterPath()
     return b
Exemplo n.º 3
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b