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

org.webframe.extjs.ExtjsModulePluginDriver Maven / Gradle / Ivy

The newest version!
/*
 * extjs
 * Created on 2011-12-3-上午10:13:11
 */

package org.webframe.extjs;

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

/**
 * @author 黄国庆 
 * @version $Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-12-3 上午10:13:11
 */
public class ExtjsModulePluginDriver extends AbstractModulePluginDriver {

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

	/* (non-Javadoc)
	 * @see org.webframe.support.driver.ModulePluginDriver#getModuleName()
	 */
	public String getModuleName() {
		return "ExtjsModule";
	}

	@Override
	public String getEntityLocation() {
		return null;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy