com.kasisoft.mgnl.fragments.internal.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.kasisoft.mgnl.fragments Show documentation
Show all versions of com.kasisoft.mgnl.fragments Show documentation
Generation of fragments allowing to be embedded into the web application (f.e. menus)
The newest version!
package com.kasisoft.mgnl.fragments.internal;
import com.kasisoft.libs.common.i18n.*;
/**
* @author [email protected]
*/
public class Messages {
@I18N("the following fragment definition is invalid: %s")
public static I18NFormatter error_invalid_fragment_definition;
@I18N("rendering the fragment '%s' failed. cause: %s")
public static I18NFormatter error_failed_to_render;
static {
I18NSupport.initialize( Messages.class );
}
} /* ENDCLASS */