====== [적용 예] Property ====== ===== 개요 ===== [[egovframework:rte:fdl:property|Property]] Service 중 Spring Bean 설정 파일에 정보를 입력(Bean 설정 파일 사용) 설정한다. ===== 설명 ===== ==== Configuration ==== === resources\spring\context-common.xml === classpath:/egovframework/rte/fdl/property/messages/properties 60 === resources\spring\context-properties.xml === ==== Source ==== === egovframework\rte\cvpl\web\EgovCvplCnsltController.java === @Resource(name = "propertiesService") protected EgovPropertyService propertiesService; propertiesService.getInt("pageUnit"); propertiesService.getInt("pageSize"); propertiesService.getString("marshallingDir");