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

es.prodevelop.pui9.mvc.configuration.IPuiRequestMappingHandlerMapping Maven / Gradle / Ivy

There is a newer version: 1.18.0
Show newest version
package es.prodevelop.pui9.mvc.configuration;

import java.util.Map;

public interface IPuiRequestMappingHandlerMapping {

	Map getUrlsAndFunctionalitiesByController();

	boolean isSessionRequired(Object handler);

	String getHandlerFunctionality(Object handler);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy