差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| study:jsf:logging [2008/04/13 15:36] – banana | study:jsf:logging [2008/04/13 15:52] (現在) – banana | ||
|---|---|---|---|
| 行 64: | 行 64: | ||
| 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다. | 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다. | ||
| + | {{keywords> | ||
| 行 82: | 行 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); | + | |
| ... | ... | ||
| </ | </ | ||