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

net.customware.license.webapp.WebappLicenseManager Maven / Gradle / Ivy

package net.customware.license.webapp;

import net.customware.license.support.ValidatingLicenseManager;
import net.customware.license.support.ValidatingLicenseParam;

public class WebappLicenseManager extends ValidatingLicenseManager {

    public WebappLicenseManager() {
    }

    public WebappLicenseManager( ValidatingLicenseParam licenseParam ) {
        super( licenseParam );
    }

    public WebappLicenseManager( ClassLoader classLoader ) {
        super( classLoader );
    }

    public WebappLicenseManager( ValidatingLicenseParam licenseParam, ClassLoader classLoader ) {
        super( licenseParam, classLoader );
    }

    protected WebappLicenseParam getWebappLicenseParam() {
        return ( WebappLicenseParam ) getLicenseParam();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy