An action ( {@link org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action}or {@link 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 {@link LoginExpiredException}will be thrown instead of the NotLoggedInException.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.