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

com.astamuse.asta4d.web.dispatch.mapping.handy.HandyRuleAfterHandler 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;

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