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
@todo1@todo
TODO33TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

org.apache.myfaces.shared.renderkit.html.HtmlRendererLine
Is this a bottleneck? If so, optimize!107

TODO

Number of occurrences found in the code: 33

org.apache.myfaces.shared.application.DefaultViewHandlerSupportLine
CJH: I don't think this is correct, considering that getActionURL() expects everything to start with '/', and in the suffix case we only mess with the suffix and leave leading slashes alone. Please review...417
org.apache.myfaces.shared.application.InvalidViewIdExceptionLine
Auto-generated constructor stub33
Auto-generated constructor stub42
Auto-generated constructor stub51
Auto-generated constructor stub61
org.apache.myfaces.shared.application.ViewHandlerSupportLine
RENAME - This class is now used by ViewDeclarationLanguageBase24
org.apache.myfaces.shared.renderkit.RendererUtilsLine
Shall we cache the list in a component attribute?787
org.apache.myfaces.shared.renderkit.html.HtmlButtonRendererBaseLine
overwrite in extended HtmlButtonRenderer and check for enabledOnUserRole694
org.apache.myfaces.shared.renderkit.html.HtmlCheckboxRendererBaseLine
the selectBoolean is never disabled85
Check here for getSubmittedValue. Look at RendererUtils.getValue272
overwrite in extended HtmlCheckboxRenderer and check for enabledOnUserRole481
org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBaseLine
or encodeActionURL ?1025
org.apache.myfaces.shared.renderkit.html.HtmlListboxRendererBaseLine
overwrite in extended HtmlListboxRenderer and check for enabledOnUserRole108
org.apache.myfaces.shared.renderkit.html.HtmlMenuRendererBaseLine
overwrite in extended HtmlMenuRenderer and check for enabledOnUserRole105
org.apache.myfaces.shared.renderkit.html.HtmlRadioRendererBaseLine
Check here for getSubmittedValue. Look at RendererUtils.getValue this is useless object creation Object itemValue = selectItem.getValue();183
overwrite in extended HtmlRadioRenderer and check for enabledOnUserRole419
org.apache.myfaces.shared.renderkit.html.HtmlRendererUtilsLine
/FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects566
/FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects1117
org.apache.myfaces.shared.renderkit.html.HtmlResponseWriterImplLine
Escaping: must not have "-->" inside!814
org.apache.myfaces.shared.renderkit.html.HtmlSecretRendererBaseLine
overwrite in extended HtmlSecretRenderer and check for enabledOnUserRole197
org.apache.myfaces.shared.renderkit.html.HtmlTextRendererBaseLine
overwrite in extended HtmlTextRenderer and check for enabledOnUserRole298
org.apache.myfaces.shared.renderkit.html.HtmlTextareaRendererBaseLine
overwrite in extended HtmlTextareaRenderer and check for enabledOnUserRole185
org.apache.myfaces.shared.renderkit.html.util.JavascriptUtilsLine
/FIXME (manolito): This info should be better stored in the viewroot component and not in the session299
org.apache.myfaces.shared.renderkit.html.util.SharedStringBuilderLine
checkstyle complains; does this have to lead with __ ?35
org.apache.myfaces.shared.resource.ResourceLoaderUtilsLine
In tomcat and jetty it is implemented a Flyweight pattern when converting date headers. For now it is better keep this stuff simple.34
org.apache.myfaces.shared.taglib.UIComponentTagUtilsLine
Warning if component has no such property (with reflection)118
More sophisticated way to convert boolean value (yes/no, 1/0, on/off, etc.)137
org.apache.myfaces.shared.util.ConcurrentLRUCacheLine
allow this to be customized in the constructor?283
org.apache.myfaces.shared.util.RestoreStateUtilsLine
constant81
org.apache.myfaces.shared.util.xml.XmlUtilsLine
see jsf-samples throw new FacesException("Unexpected node type " + n.getNodeType());53
org.apache.myfaces.shared.view.JspViewDeclarationLanguageBaseLine
sobryan: Is this right?230
org.apache.myfaces.shared.view.ViewDeclarationLanguageBaseLine
VALIDATE - The spec is silent on the following line, but I feel bad if I don't set it75
VALIDATE - Spec is silent on the return value when an error was sent86