Changes for page Wiki Component API

Last modified by Admin on 2024/04/18 01:16

From version 16.1
edited by Jean-Vincent Drean
on 2012/10/29 12:57
Change comment: There is no comment for this version
To version 17.1
edited by Jean-Vincent Drean
on 2012/10/29 13:50
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -183,7 +183,7 @@
183 183   /**
184 184   * @return the role implemented by this component implementation.
185 185   */
186 - Class< ? > getRole();
186 + public Type getRoleType();
187 187  
188 188   /**
189 189   * @return the hint of the role implemented by this component implementation.
... ... @@ -293,7 +293,7 @@
293 293   }
294 294  
295 295   @Override
296 - public Class<?> getRole()
296 + public Type getRoleType()
297 297   {
298 298   return Proverb.class;
299 299   }

Get Connected