com.wiris.plugin.configuration.ConfigurationUpdater2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wirisplugin-api Show documentation
Show all versions of wirisplugin-api Show documentation
The WIRIS plugin API for Java
The newest version!
package com.wiris.plugin.configuration;
import javax.servlet.ServletContext;
public interface ConfigurationUpdater2 extends ConfigurationUpdater {
public void init(ServletContext conf);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy