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

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

package net.anotheria.anosite.guard;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy