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

com.rt.web.action.WebAction Maven / Gradle / Ivy

There is a newer version: 1.1.17
Show newest version
package com.rt.web.action;

import com.rt.core.log.Log;

/**
 * 抽象控制层
 *
 * @author msc
 */
public abstract class WebAction {

    protected Log log = Log.getLog(getClass());

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy