
javax.servlet.http.HttpSession Maven / Gradle / Ivy
package javax.servlet.http;
public interface HttpSession {
Object getAttribute(String name);
void setAttribute(String name, Object value);
void putValue(String name,Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy