The implementation of the Navigator Framework related interfaces.
Provides utility classes for the Navigator Tag Libraries and
Framework.
-
class
INTERNAL: implementation of UserIF for holding data relevant to one
user session.
-
INTERNAL: Create new user object in session scope.
FrameworkUtils.createUserSession(javax.servlet.jsp.PageContext pageContext,
int scope)
INTERNAL: Create new user object in given scope.
FrameworkUtils.getUser(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets user object out of session scope.
FrameworkUtils.getUser(javax.servlet.jsp.PageContext pageContext,
boolean create)
INTERNAL: Gets user object out of session scope.