You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/02/22 14:45:11 UTC

[Myfaces Wiki] Trivial Update of "MyFaces Commons Refactoring" by ManfredGeiler

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by ManfredGeiler:
http://wiki.apache.org/myfaces/MyFaces_Commons_Refactoring

------------------------------------------------------------------------------
  Identified candidates so far:
   * {{{component/ExecuteOnCallback}}}
  
- == Task 2: Seal off the public classes (ie. define the "Commons API") ==
+ == Task 2: Seal off the public classes in Group "C" (ie. define the "Commons API") ==
  All methods or fields in classes of Group "C" (see above) that are implementation specific, should become private. If not possible, they should at least have a note in javadoc stating that they might be subject of future change and that custom component developers should not rely on that method/field.