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

net.anotheria.anosite.guard.ContextLanguageIsRussianGuard Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.guard;

/**
 * This guard is fulfilled if the current context language is set to RU.
 * @author lrosenberg
 *
 */
public class ContextLanguageIsRussianGuard extends ContextLanguageIsGuard{

	@Override
	protected String getDesiredContextLanguage() {
		return "RU";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy