- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getSystemName (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/core/message/MessageFormatter.java
*/ protected static String getPattern(final String messageCode) { if (isEmpty(messageCode)) { return null; } final ResourceBundle resourceBundle = getResourceBundle(getSystemName(messageCode)); if (resourceBundle == null) { return null; } final int length = messageCode.length(); if (length > CODE_NUMBER_LENGTH) {Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 5.4K bytes - Click Count (0)