An action (
org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action or
org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction )
marked with loginRequired=true is hit when there is no logged-in user, or,
An action marked with rolesAllowed="list of roles" is hit when there is
no logged-in user.
If the requested session-ID is different than the current session-ID, the
LoginExpiredException will be thrown instead of the NotLoggedInException.
causeMayBeSessionExpiration() Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID.
public boolean causeMayBeSessionExpiration()(Code)
Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID. In this case, the answer is true.