Interface SessionExtensions
public interface SessionExtensions
Provides additional methods for
Session access..-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttribute(String name, Object value) Sets the specifiedSessionattribute.
-
Method Details
-
setAttribute
Sets the specifiedSessionattribute.- Parameters:
name- attribute namevalue- attribute value
-