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

net.anotheria.moskito.webui.gauges.action.BaseGaugesAction Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.webui.gauges.action;

import net.anotheria.moskito.webui.shared.action.BaseMoskitoUIAction;
import net.anotheria.moskito.webui.shared.bean.NaviItem;

import javax.servlet.http.HttpServletRequest;

/**
 * TODO comment this class
 *
 * @author lrosenberg
 * @since 23.03.15 21:37
 */
abstract class BaseGaugesAction extends BaseMoskitoUIAction {
	@Override
	protected String getLinkToCurrentPage(HttpServletRequest req) {
		return null;
	}

	//return null sofar
	@Override
	protected NaviItem getCurrentNaviItem() {
		return null;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy