Move and document some very useful classes from shared to myfaces commons utils -------------------------------------------------------------------------------
Key: MFCOMMONS-15 URL: https://issues.apache.org/jira/browse/MFCOMMONS-15 Project: MyFaces Commons Issue Type: Improvement Components: myfaces-commons-utils Reporter: Leonardo Uribe Assignee: Leonardo Uribe Shared project holds some very useful utility classes that it could be good to have on myfaces commons utils. The idea is start to move only the classes and methods that are useful, but take care of document them, to finally have a decent api in that field. Examples of useful classed that should be include are: org.apache.myfaces.shared.util.ArrayUtils ( concat() function is very useful) org.apache.myfaces.shared.util.StringUtils (its splitLongString is a very, very useful function) org.apache.myfaces.shared.util.LocaleUtils org.apache.myfaces.shared.renderkit.html.HTML (but instead an interface use a final class) a subset of RendererUtils and HtmlRendererUtils methods ...... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.