All Downloads are FREE. Search and download functionalities are using the official Maven repository.

colesico.framework.weblet.t9n.WebletMessagesImpl Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// This is automatically generated file. Do not modify!
package colesico.framework.weblet.t9n;

import colesico.framework.assist.codegen.Genstamp;
import colesico.framework.translation.AbstractDictionary;
import colesico.framework.translation.TranslationKit;
import javax.inject.Inject;
import javax.inject.Singleton;

@Genstamp(
        generator = "colesico.framework.translation.codegen.generator.DictionaryGenerator",
        timestamp = "2020-06-08T10:52:36.805Z",
        hashId = "a9553b7b-cd01-4337-bdf8-13a3b49e2b86",
        comments = "Origin: colesico.framework.weblet.t9n.WebletMessages"
)
@Singleton
public final class WebletMessagesImpl extends AbstractDictionary implements WebletMessages {
    @Inject
    public WebletMessagesImpl(TranslationKit translationKit) {
        super(translationKit,"colesico/framework/weblet/t9n/WebletMessages");
    }

    @Override
    public String invalidBooleanFormat(final String name) {
        return translateOrKey("invalidBooleanFormat",name);
    }

    @Override
    public String invalidDateFormat(final String name) {
        return translateOrKey("invalidDateFormat",name);
    }

    @Override
    public String invalidNumberFormat(final String name) {
        return translateOrKey("invalidNumberFormat",name);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy