Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:jsf:logging [2008/04/13 15:35] – banana | study:jsf:logging [2008/04/13 15:52] (現在) – banana | ||
---|---|---|---|
行 46: | 行 46: | ||
return text; | return text; | ||
} | } | ||
+ | ... | ||
</ | </ | ||
行 63: | 行 64: | ||
이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다. | 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다. | ||
+ | {{keywords> | ||
行 81: | 行 83: | ||
String requestPath = httpRequest.getPathInfo(); | String requestPath = httpRequest.getPathInfo(); | ||
... | ... | ||
- | |||
String text = Utils.getDisplayString(Constants.BUNDLE_BASENAME, | String text = Utils.getDisplayString(Constants.BUNDLE_BASENAME, | ||
" | " | ||
new Object[] { requestPath }, | new Object[] { requestPath }, | ||
| | ||
- | httpResponse.sendError(HttpServletResponse.SC_NOT_FOUND, | + | httpResponse.sendError(HttpServletResponse.SC_NOT_FOUND, |
- | text); | + | |
... | ... | ||
</ | </ |