Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addConstraintsModCheckMessage (0.32 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

         * @param modType The parameter modType for message. (NotNull)
         * @param value The parameter value for message. (NotNull)
         * @return this. (NotNull)
         */
        public FessMessages addConstraintsModCheckMessage(String property, String modType, String value) {
            assertPropertyNotNull(property);
            add(property, new UserMessage(CONSTRAINTS_ModCheck_MESSAGE, modType, value));
            return this;
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top