Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fromClassNameToComponentName (2.2 sec)

  1. src/test/java/org/codelibs/fess/mylasta/creator/PagerCreatorTest.java

            // Create custom naming convention
            NamingConvention customNamingConvention = new MockNamingConvention() {
                @Override
                public String fromClassNameToComponentName(String className) {
                    return super.fromClassNameToComponentName(className);
                }
            };
    
            // Create PagerCreator with custom naming convention
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13.6K bytes
    - Viewed (0)
Back to top