public interface SessionResolver
SessionsCtrl.setCurrent(SessionResolver)
to resolve a session dynamically.Modifier and Type | Method and Description |
---|---|
Session |
getSession(boolean create)
Returns the session, or null if no session available and
create is false. |
Session getSession(boolean create)
create
is false.create
- whether to create the session if not found.
If true, a new session will be create if there is no one available.Copyright © 2005-2021 Potix Corporation. All Rights Reserved.