doc/book/en/devrepo/vreg.rst
changeset 7955 f4c97d3c8b93
parent 7529 2fdc310be7cd
child 8190 2a3c1b787688
equal deleted inserted replaced
7954:a3d3220669d6 7955:f4c97d3c8b93
    85 
    85 
    86 Logged user selectors
    86 Logged user selectors
    87 ~~~~~~~~~~~~~~~~~~~~~
    87 ~~~~~~~~~~~~~~~~~~~~~
    88 Those selectors are looking for properties of the user issuing the request.
    88 Those selectors are looking for properties of the user issuing the request.
    89 
    89 
    90 .. autoclass:: cubicweb.selectors.anonymous_user
       
    91 .. autoclass:: cubicweb.selectors.authenticated_user
       
    92 .. autoclass:: cubicweb.selectors.match_user_groups
    90 .. autoclass:: cubicweb.selectors.match_user_groups
    93 
    91 
    94 
    92 
    95 Web request selectors
    93 Web request selectors
    96 ~~~~~~~~~~~~~~~~~~~~~
    94 ~~~~~~~~~~~~~~~~~~~~~
    97 Those selectors are looking for properties of *web* request, they can not be
    95 Those selectors are looking for properties of *web* request, they can not be
    98 used on the data repository side.
    96 used on the data repository side.
    99 
    97 
       
    98 .. autoclass:: cubicweb.selectors.no_cnx
       
    99 .. autoclass:: cubicweb.selectors.anonymous_user
       
   100 .. autoclass:: cubicweb.selectors.authenticated_user
   100 .. autoclass:: cubicweb.selectors.match_form_params
   101 .. autoclass:: cubicweb.selectors.match_form_params
   101 .. autoclass:: cubicweb.selectors.match_search_state
   102 .. autoclass:: cubicweb.selectors.match_search_state
   102 .. autoclass:: cubicweb.selectors.match_context_prop
   103 .. autoclass:: cubicweb.selectors.match_context_prop
       
   104 .. autoclass:: cubicweb.selectors.match_context
   103 .. autoclass:: cubicweb.selectors.match_view
   105 .. autoclass:: cubicweb.selectors.match_view
   104 .. autoclass:: cubicweb.selectors.primary_view
   106 .. autoclass:: cubicweb.selectors.primary_view
       
   107 .. autoclass:: cubicweb.selectors.contextual
   105 .. autoclass:: cubicweb.selectors.specified_etype_implements
   108 .. autoclass:: cubicweb.selectors.specified_etype_implements
   106 .. autoclass:: cubicweb.selectors.attribute_edited
   109 .. autoclass:: cubicweb.selectors.attribute_edited
       
   110 .. autoclass:: cubicweb.selectors.match_transition
   107 
   111 
   108 
   112 
   109 Other selectors
   113 Other selectors
   110 ~~~~~~~~~~~~~~~
   114 ~~~~~~~~~~~~~~~
   111 .. autoclass:: cubicweb.selectors.match_transition
   115 .. autoclass:: cubicweb.selectors.match_exception
   112 .. autoclass:: cubicweb.selectors.debug_mode
   116 .. autoclass:: cubicweb.selectors.debug_mode
   113 
   117 
   114 You'll also find some other (very) specific selectors hidden in other modules
   118 You'll also find some other (very) specific selectors hidden in other modules
   115 than :mod:`cubicweb.selectors`.
   119 than :mod:`cubicweb.selectors`.