JSF之间有什么区别
UIComponent component;
component.get *AttributeName*() and
component.getAttributes().get("attibute name")
?
component.set *AttributeName*(value)
component.getAttributes().put("attibute name", value)
?
例如,如果我在HashMapdisabled=true
的调用阶段设置属性,会有什么不同吗?getAttributes()