
com.astamuse.asta4d.web.dispatch.mapping.handy.HandyRuleAfterHandler 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;
import com.astamuse.asta4d.web.dispatch.mapping.UrlMappingRule;
import com.astamuse.asta4d.web.dispatch.mapping.handy.base.HandyRuleBase;
import com.astamuse.asta4d.web.dispatch.mapping.handy.rest.JsonSupportRule;
import com.astamuse.asta4d.web.dispatch.mapping.handy.rest.XmlSupportRule;
import com.astamuse.asta4d.web.dispatch.mapping.handy.template.TemplateRuleWithForward;
public class HandyRuleAfterHandler> extends HandyRuleBase
implements TemplateRuleWithForward, JsonSupportRule, XmlSupportRule {
public HandyRuleAfterHandler(UrlMappingRule rule) {
super(rule);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy