• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / mjgo_admin star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_adminsrcmainjavaitncomcmmEgovMessageSource.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
04-21
src/main
Merge remote-tracking branch 'origin/master'
04-24
.codetogether.ignore
first commit
04-21
.gitignore
first commit
04-21
pom.xml
mjon -> mjgo 수정
04-22
File name
Commit message
Commit date
java
5733 메인배너 이미지관리 좌표 추가
04-24
resources
5733 메인배너 이미지관리 좌표 추가
04-24
webapp
Merge remote-tracking branch 'origin/master'
04-24
File name
Commit message
Commit date
egovframework/com/idgen
first commit
04-21
itn
5733 메인배너 이미지관리 좌표 추가
04-24
snippet
Snippet java 주석
04-22
File name
Commit message
Commit date
com
5733 메인배너 이미지관리 좌표 추가
04-24
let
5733 메인배너 이미지관리 좌표 추가
04-24
web
first commit
04-21
File name
Commit message
Commit date
api/web
first commit
04-21
cmm
first commit
04-21
sym/log/ulg
first commit
04-21
uss
5733 메인배너 이미지관리 좌표 추가
04-24
utl
first commit
04-21
File name
Commit message
Commit date
aspect
first commit
04-21
filter
first commit
04-21
interceptor
first commit
04-21
service
first commit
04-21
taglibs
first commit
04-21
util
first commit
04-21
web
first commit
04-21
ComDefaultCodeVO.java
first commit
04-21
ComDefaultVO.java
first commit
04-21
EgovComCrossSiteHndlr.java
first commit
04-21
EgovComExcepHndlr.java
first commit
04-21
EgovComOthersExcepHndlr.java
first commit
04-21
EgovComTraceHandler.java
first commit
04-21
EgovMessageSource.java
first commit
04-21
EgovMultiPartEmail.java
first commit
04-21
EgovWebUtil.java
first commit
04-21
ImagePaginationRenderer.java
first commit
04-21
ImagePaginationRendererWeb.java
first commit
04-21
JsonResult.java
first commit
04-21
LoginVO.java
first commit
04-21
MjonMsgSendVO.java
first commit
04-21
OptimalMsgResultDTO.java
first commit
04-21
ReadVO.java
first commit
04-21
RestResponse.java
first commit
04-21
SessionVO.java
first commit
04-21
UserVO.java
first commit
04-21
hehihoho3@gmail.com 04-21 27fb232 first commit UNIX
Raw Open in browser Change history
package itn.com.cmm; import java.util.Locale; import org.springframework.context.MessageSource; import org.springframework.context.support.ReloadableResourceBundleMessageSource; /** * 메시지 리소스 사용을 위한 MessageSource 인터페이스 및 ReloadableResourceBundleMessageSource 클래스의 구현체 * @author 공통서비스 개발팀 이문준 * @since 2009.06.01 * @version 1.0 * @see * * <pre> * << 개정이력(Modification Information) >> * * 수정일 수정자 수정내용 * ------- -------- --------------------------- * 2009.03.11 이문준 최초 생성 * * </pre> */ public class EgovMessageSource extends ReloadableResourceBundleMessageSource implements MessageSource { private ReloadableResourceBundleMessageSource reloadableResourceBundleMessageSource; /** * getReloadableResourceBundleMessageSource() * @param reloadableResourceBundleMessageSource - resource MessageSource * @return ReloadableResourceBundleMessageSource */ public void setReloadableResourceBundleMessageSource(ReloadableResourceBundleMessageSource reloadableResourceBundleMessageSource) { this.reloadableResourceBundleMessageSource = reloadableResourceBundleMessageSource; } /** * getReloadableResourceBundleMessageSource() * @return ReloadableResourceBundleMessageSource */ public ReloadableResourceBundleMessageSource getReloadableResourceBundleMessageSource() { return reloadableResourceBundleMessageSource; } /** * 정의된 메세지 조회 * @param code - 메세지 코드 * @return String */ public String getMessage(String code) { return getReloadableResourceBundleMessageSource().getMessage(code, null, Locale.getDefault()); } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up