web/views/urlpublishing.py
changeset 9770 112c884b2d8d
parent 9719 d02c8d77ac56
parent 9700 da7d341cca76
child 10047 a1fde2d343b6
equal deleted inserted replaced
9765:5607ef9ab9f5 9770:112c884b2d8d
    95             evaluator = evaluatorcls(self)
    95             evaluator = evaluatorcls(self)
    96             evaluators.append(evaluator)
    96             evaluators.append(evaluator)
    97         self.evaluators = sorted(evaluators, key=lambda x: x.priority)
    97         self.evaluators = sorted(evaluators, key=lambda x: x.priority)
    98 
    98 
    99     def process(self, req, path):
    99     def process(self, req, path):
   100         """Given an url (essentialy caracterized by a path on the
   100         """Given a URL (essentialy caracterized by a path on the
   101         server, but additional information may be found in the request
   101         server, but additional information may be found in the request
   102         object), return a publishing method identifier
   102         object), return a publishing method identifier
   103         (e.g. controller) and an optional result set.
   103         (e.g. controller) and an optional result set.
   104 
   104 
   105         :type req: `cubicweb.web.request.CubicWebRequestBase`
   105         :type req: `cubicweb.web.request.CubicWebRequestBase`