Changes for page Properties Module

Last modified by Vincent Massol on 2021/03/17 21:12

<
From version < 33.2 >
edited by Vincent Massol
on 2019/01/29 11:49
To version < 33.1 >
edited by Adel Atallah
on 2019/01/29 11:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.atallahade
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -36,8 +36,6 @@
36 36  
37 37  Finally default implementation of BeanManager support [[JSR 303 (Bean Validation)>>http://jcp.org/en/jsr/detail?id=303]] if an implementation can be found.
38 38  
39 -==== Example ====
40 -
41 41  {{code language="java"}}
42 42  /**
43 43   * Parameters for the {@link org.xwiki.rendering.internal.macro.include.IncludeMacro} Macro.
... ... @@ -142,6 +142,7 @@
142 142  assertNull(bean.getHiddenProperty());
143 143  {{/code}}
144 144  
143 +
145 145  === Get bean descriptor ===
146 146  
147 147  It's possible to ask BeanManager descriptor generated from a Java Bean for easy listing of properties, values, etc. For example this is used to fill ##ParameterDescriptor##s of most of the Java-based macros.

Get Connected