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

javax.servlet.http.HttpSession Maven / Gradle / Ivy

package javax.servlet.http;

public interface HttpSession {
    Object getAttribute(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy