Apache MyFaces
Documentation
Foundation

Tag List Report

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

TagTotal number of occurences
@todo1
TODO29

Each tag is detailed below:

@todo

Number of occurences found in the code: 1

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

TODO

Number of occurences found in the code: 29

org.apache.myfaces.shared.renderkit.RendererUtilsLine
Shall we cache the list in a component attribute?559
org.apache.myfaces.shared.renderkit.html.HtmlButtonRendererBaseLine
overwrite in extended HtmlButtonRenderer and check for enabledOnUserRole250
org.apache.myfaces.shared.renderkit.html.HtmlCheckboxRendererBaseLine
the selectBoolean is never disabled63
Check here for getSubmittedValue. Look at RendererUtils.getValue151
overwrite in extended HtmlCheckboxRenderer and check for enabledOnUserRole284
org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBaseLine
or encodeActionURL ?515
org.apache.myfaces.shared.renderkit.html.HtmlListboxRendererBaseLine
overwrite in extended HtmlListboxRenderer and check for enabledOnUserRole71
org.apache.myfaces.shared.renderkit.html.HtmlMenuRendererBaseLine
overwrite in extended HtmlMenuRenderer and check for enabledOnUserRole69
org.apache.myfaces.shared.renderkit.html.HtmlRadioRendererBaseLine
Check here for getSubmittedValue. Look at RendererUtils.getValue this is useless object creation Object itemValue = selectItem.getValue();143
overwrite in extended HtmlRadioRenderer and check for enabledOnUserRole280
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 Objects448
/FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects791
org.apache.myfaces.shared.renderkit.html.HtmlResponseWriterImplLine
Escaping: must not have "-->" inside!403
org.apache.myfaces.shared.renderkit.html.HtmlSecretRendererBaseLine
overwrite in extended HtmlSecretRenderer and check for enabledOnUserRole92
org.apache.myfaces.shared.renderkit.html.HtmlTextRendererBaseLine
overwrite in extended HtmlTextRenderer and check for enabledOnUserRole169
org.apache.myfaces.shared.renderkit.html.HtmlTextareaRendererBaseLine
overwrite in extended HtmlTextareaRenderer and check for enabledOnUserRole75
org.apache.myfaces.shared.renderkit.html.util.JavascriptUtilsLine
/FIXME (manolito): This info should be better stored in the viewroot component and not in the session292
org.apache.myfaces.shared.taglib.UIComponentBodyELTagBaseLine
Ignore <!-- --> comments60
org.apache.myfaces.shared.taglib.UIComponentBodyTagBaseLine
Ignore <!-- --> comments63
org.apache.myfaces.shared.taglib.UIComponentTagUtilsLine
Warning if component has no such property (with reflection)114
More sophisticated way to convert boolean value (yes/no, 1/0, on/off, etc.)135
org.apache.myfaces.shared.taglib.html.HtmlOutputTextELTagBaseLine
idea: set transient and override setValue method in UIOutput so that transient is set to false when a new value is set60
org.apache.myfaces.shared.taglib.html.HtmlOutputTextTagBaseLine
idea: set transient and override setValue method in UIOutput so that transient is set to false when a new value is set60
org.apache.myfaces.shared.taglib.html.HtmlSelectManyCheckboxELTagBaseLine
needed?55
org.apache.myfaces.shared.taglib.html.HtmlSelectManyCheckboxTagBaseLine
needed?55
org.apache.myfaces.shared.util.MessageUtilsLine
/FIX: Note that this has fallback behavior to default Locale for message, but similar behavior above does not. The methods should probably behave578
/FIX: Note that this has fallback behavior to default Locale for message, but similar behavior above does not. The methods should probably behave598
org.apache.myfaces.shared.util.RestoreStateUtilsLine
constant82
org.apache.myfaces.shared.util.xml.XmlUtilsLine
see jsf-samples throw new FacesException("Unexpected node type " + n.getNodeType());53