Interface SessionExtensions
-
public interface SessionExtensionsProvides additional methods forSessionaccess..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAttribute(java.lang.String name, java.lang.Object value)Sets the specifiedSessionattribute.
-
-
-
Method Detail
-
setAttribute
void setAttribute(java.lang.String name, java.lang.Object value)Sets the specifiedSessionattribute.- Parameters:
name- attribute namevalue- attribute value
-
-