CLRA 0.1.2

Uses of Class
com.clra.web.MemberView

Packages that use MemberView
com.clra.web   
 

Uses of MemberView in com.clra.web
 

Methods in com.clra.web that return MemberView
static MemberView MemberTag.getMemberFromKey(javax.servlet.http.HttpSession session, String key)
          Utility that checks for the MEMBER_ID key in the session context
static MemberView MemberTag.getMemberFromAuthenticatedUser(javax.servlet.http.HttpServletRequest request)
          Utility that gets the authenticated user from the request context
 

Methods in com.clra.web with parameters of type MemberView
static void MemberTag.setMemberInSession(javax.servlet.http.HttpSession session, String key, MemberView member)
          Utility that inserts member info in the session context
 


CLRA 0.1.2