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

org.apache.jasper.runtime.JspSourceImports Maven / Gradle / Ivy


package org.apache.jasper.runtime;

import java.util.Set;
//STUB note: directly referenced in JSPC-generated code
public interface JspSourceImports {
    Set getPackageImports();
    Set getClassImports();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy