Description
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-3237too. - 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.