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

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

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

import net.anotheria.anosite.util.AnositeConstants;

/**
 * Only fulfilled if the cms is in (inline) edit mode.
 * @author another
 *
 */
public class InEditModeGuard extends SessionFlagPresentGuard{

	@Override
	protected String getFlagName() {
		return AnositeConstants.SA_EDIT_MODE_FLAG;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy