
com.astamuse.asta4d.web.dispatch.mapping.handy.base.HandyRuleConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asta4d-web Show documentation
Show all versions of asta4d-web Show documentation
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