public interface HttpSessionStatus
Modifier and Type | Method and Description |
---|---|
HttpSession |
get()
Returns the current HttpSession associated with this request.
|
boolean |
isActive()
Checks whether there is an active HttpSession associated with the current request.
|
boolean isActive()
HttpSession get()
Copyright © 2012 Seam Framework. All Rights Reserved.