model method종류

인철·2023년 10월 13일
0

Spring

목록 보기
16/48
post-custom-banner

model method 종류

addAttribute(String attributeName, Object attributeValue) : 지정된 이름으로 속성 추가

addAttribute(Object attributeValue) : 타입을 확인하여 적절한 속성 이름으로 자동 지정하여 속성 추가

containsAttribute(String attributeName) : 지정된 이름의 속성이 있는지 확인

mergeAttributes(Map<String, ?> attributes) : 주어진 맵의 모든 속성을 현재 모델에 병합

asMap() : 모델을 맵으로 변환
profile
같은글이있어도양해부탁드려요(킁킁)

0개의 댓글