Annotation of parser3/src/doc/methoded.dox, revision 1.3.34.1

1.3.34.1! paf         1: /**    @page Methoded  Methoded: configurable class
1.1       paf         2: 
1.3.34.1! paf         3: Classes[mail, string, ...], are direct and indirect decendants of Methoded.
1.1       paf         4: 
1.3.34.1! paf         5: Methoded can be used directly [Methoded::used_directly()=true],
        !             6: then at the request processing stat method Methoded_array::register_directly_used 
        !             7: whould register them in Request::classes().
        !             8: Example: class mail [MMail].
1.1       paf         9: 
1.3.34.1! paf        10: Or indirectly, then they[global instance] are used in
        !            11: Value::get_class to specify a class of Value descendant.
        !            12: Excample: class string [instance of MString in VString::get_class].
1.1       paf        13: 
1.3.34.1! paf        14: Any class can also can parameters defined in @conf in global auto.p file,
        !            15: to work with those one should override Methoded::configure_admin.
        !            16: Class can also can user-defined parameters: Methoded::configure_user.
1.1       paf        17: 
                     18: */

E-mail: