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

javax.servlet.DispatcherType Maven / Gradle / Ivy

package javax.servlet;

//STUB note: directly referenced in JSPC-generated code
public enum DispatcherType {
    FORWARD,
    INCLUDE,
    REQUEST,
    ASYNC,
    ERROR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy