web/views/urlpublishing.py
changeset 9719 d02c8d77ac56
parent 8748 f5027f8d2478
child 9770 112c884b2d8d
equal deleted inserted replaced
9717:a6834e2dcc1b 9719:d02c8d77ac56
    32 2. :class:`cubicweb.web.views.urlpublishing.EidPathEvaluator` handles
    32 2. :class:`cubicweb.web.views.urlpublishing.EidPathEvaluator` handles
    33    unique url segments that are eids (e.g. */1234*);
    33    unique url segments that are eids (e.g. */1234*);
    34 
    34 
    35 3. :class:`cubicweb.web.views.urlpublishing.URLRewriteEvaluator`
    35 3. :class:`cubicweb.web.views.urlpublishing.URLRewriteEvaluator`
    36    selects all urlrewriter components, sorts them according to their
    36    selects all urlrewriter components, sorts them according to their
    37    priorty, call their ``rewrite()`` method, the first one that
    37    priority, call their ``rewrite()`` method, the first one that
    38    doesn't raise a ``KeyError`` wins. This is where the
    38    doesn't raise a ``KeyError`` wins. This is where the
    39    :mod:`cubicweb.web.views.urlrewrite` and
    39    :mod:`cubicweb.web.views.urlrewrite` and
    40    :class:`cubicweb.web.views.urlrewrite.SimpleReqRewriter` comes into
    40    :class:`cubicweb.web.views.urlrewrite.SimpleReqRewriter` comes into
    41    play;
    41    play;
    42 
    42