0

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()

4

1 に答える 1