Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
study:jsf:logging [2008/04/13 15:34] bananastudy:jsf:logging [2008/04/13 15:52] (現在) banana
行 46: 行 46:
     return text;     return text;
 } }
 +...
 </code> </code>
  
行 63: 行 64:
  
 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다. 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다.
 +{{keywords> FacesMessage i18n Internalization Locale ClassLoader getMessage reportError}}
  
  
行 81: 行 83:
 String requestPath = httpRequest.getPathInfo(); String requestPath = httpRequest.getPathInfo();
 ... ...
- 
 String text = Utils.getDisplayString(Constants.BUNDLE_BASENAME, String text = Utils.getDisplayString(Constants.BUNDLE_BASENAME,
                                              "PathNotFound",                                              "PathNotFound",
                                              new Object[] { requestPath },                                              new Object[] { requestPath },
                                              request.getLocale());                                              request.getLocale());
-        httpResponse.sendError(HttpServletResponse.SC_NOT_FOUND, +        httpResponse.sendError(HttpServletResponse.SC_NOT_FOUND, text);
-                               text);+
 ... ...
 </code> </code>
行 190: 行 190:
  
 새로운 팩토리 메소드를 정의했으므로, 코드에서 하드코딩된 메세지를 이 메소드를 이용하여 변경하는 방법을 예를 들어 알아보자. 새로운 팩토리 메소드를 정의했으므로, 코드에서 하드코딩된 메세지를 이 메소드를 이용하여 변경하는 방법을 예를 들어 알아보자.
 +
  
  
行 224: 行 225:
       return Constants.ERROR_OUTCOME;       return Constants.ERROR_OUTCOME;
     }     }
 +...
 </code> </code>
  

QR Code
QR Code study:jsf:logging (generated for current page)