Пример #1
0
def uri() -> Handler: return URIHandler()

@ioc.entity
Пример #2
0
def uriAuthentication() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocatorAuthentication()
    b.converterPath = converterPath()
    return b
Пример #3
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesLocator = resourcesLocator()
    b.converterPath = converterPath()
    return b
Пример #4
0
 def uriGateway() -> Handler:
     b = URIHandler()
     b.resourcesRoot = resourcesRoot()
     b.resourcesRootURI = root_uri_my_resources()
     b.converterPath = converterPath()
     return b
Пример #5
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b
Пример #6
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b