Exemplo n.º 1
0
def uri() -> Handler: return URIHandler()

@ioc.entity
Exemplo n.º 2
0
def uriAuthentication() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocatorAuthentication()
    b.converterPath = converterPath()
    return b
Exemplo n.º 3
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocator()
    b.converterPath = converterPath()
    return b
Exemplo n.º 4
0
 def uriGateway() -> Handler:
     b = URIHandler()
     b.resourcesRoot = resourcesRoot()
     b.resourcesRootURI = root_uri_my_resources()
     b.converterPath = converterPath()
     return b
Exemplo n.º 5
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b
Exemplo n.º 6
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b