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

com.astamuse.asta4d.web.dispatch.mapping.handy.base.HandyRuleConfigurer Maven / Gradle / Ivy

Go to download

web functionalities of asta4d framework, including view first and url matching

The newest version!
package com.astamuse.asta4d.web.dispatch.mapping.handy.base;

import com.astamuse.asta4d.web.dispatch.mapping.UrlMappingRule;

@FunctionalInterface
public interface HandyRuleConfigurer {
    public void configure(UrlMappingRule rule);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy