web/views/urlpublishing.py
changeset 10222 75d6096216d7
parent 10047 a1fde2d343b6
child 10582 bc2f6f0d7433
equal deleted inserted replaced
10221:17ad882a211f 10222:75d6096216d7
    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 a URL (essentialy caracterized by a path on the
   100         """Given a URL (essentially characterized 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`