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

org.webframe.web.WebModulePluginDriver Maven / Gradle / Ivy

The newest version!

package org.webframe.web;

import org.webframe.support.driver.AbstractModulePluginDriver;
import org.webframe.support.driver.ModulePluginManager;

/**
 * web模块插件驱动
 * 
 * @author 黄国庆 
 * @since 2012-1-29 上午09:36:26
 * @version
 */
public class WebModulePluginDriver extends AbstractModulePluginDriver {

	static {
		ModulePluginManager.registerDriver(new WebModulePluginDriver());
	}

	@Override
	public String getModuleName() {
		return "WebModule";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy