[perf] Improve html Renderers
-----------------------------
Key: MYFACES-3446
URL: https://issues.apache.org/jira/browse/MYFACES-3446
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
There are some improvements we can do for our html Renderers:
- Complete the optimization started in MYFACES-3237, reducing call to
getAttributes().get().
- Replace StringBuffer with StringBuilder.
- Optimize client behaviors like with MYFACES-3237 too.
- ValueExpressions that return empty String ("") for a passthrough property
should not be rendered, because it is not necessary.
- Create some new optimized methods for render properties, but let the old api
intact for now.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira