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

com.mars.cloud.request.util.ParamAndResultFactory Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package com.mars.cloud.request.util;

import com.mars.mvc.util.ParamAndResult;

/**
 * 获取Martian的参数和返回处理对象
 */
public class ParamAndResultFactory {

    private static ParamAndResult paramAndResult = new ParamAndResult();

    /**
     * 获取Martian的参数和返回处理对象
     * @return
     */
    public static ParamAndResult getParamAndResult(){
        return paramAndResult;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy