UI-Component Sets

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO15TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 15

org.apache.myfaces.application.jsp.JspViewHandlerImplLine
how to calculate from client?122
2.5.2.2 for Portlet? What do I do?253
org.apache.myfaces.context.portlet.PortletExternalContextImplLine
figure out why I need named dispatcher164
find out why it is not done this way in ServletExternalContextImpl296
org.apache.myfaces.context.servlet.ServletFacesContextImplLine
FIXME: the name of this class should be changed.74
figure out if I really need to do this357
org.apache.myfaces.convert.ConverterUtilsLine
Move to util package and rename to better name23
org.apache.myfaces.el.ELParserHelperLine
should use \\ as escape for \ always, not just when before #{ // allow use of '\' as escape symbol for #{ (for compatibility with Sun's extended implementation) if (isEscaped(expressionString, posOpenBrace - 1)) { escapes: { for (int i = sb.length() - 1; i >= 0; i--) { if (sb.charAt(i) != '\\') { sb.setLength( sb.length() - (sb.length() - i) / 2); break escapes; } } sb.setLength(sb.length() / 2); } sb.append("#{"); } else {132
org.apache.myfaces.el.PropertyResolverImplLine
cache this in classLoader safe way494
org.apache.myfaces.el.PropertyResolverTestCaseLine
Auto-generated method stub45
org.apache.myfaces.lifecycle.RestoreViewExecutorLine
JSF Spec 2.2.1 - what do they mean by "if the default ViewHandler implementation is used..." ?138
org.apache.myfaces.portlet.MyFacesGenericPortletLine
not sure if this can happen. Also double check this against spec section 2.1.3493
org.apache.myfaces.renderkit.html.HtmlLabelRendererLine
Move to extended component83
org.apache.myfaces.renderkit.html.HtmlTextRendererTestLine
remove these two lines once shale-test goes alpha, see MYFACES-115566
org.apache.myfaces.taglib.core.LoadBundleTagLine
--No comment--57