Uses of Class
edu.cornell.mannlib.vedit.beans.LoginStatusBean
-
Packages that use LoginStatusBean Package Description edu.cornell.mannlib.vedit.beans edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual -
-
Uses of LoginStatusBean in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return LoginStatusBean Modifier and Type Method Description static LoginStatusBeanLoginStatusBean. getBean(javax.servlet.http.HttpServletRequest request)Get the bean from this request, or a dummy bean if the user is not logged in.static LoginStatusBeanLoginStatusBean. getBean(javax.servlet.http.HttpSession session)Get the bean from this session, or a dummy bean if the user is not logged in.Methods in edu.cornell.mannlib.vedit.beans with parameters of type LoginStatusBean Modifier and Type Method Description static voidLoginStatusBean. setBean(javax.servlet.http.HttpSession session, LoginStatusBean lsb)Attach this bean to the session - this means you are logged in. -
Uses of LoginStatusBean in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual declared as LoginStatusBean Modifier and Type Field Description protected LoginStatusBeanBaseIndividualTemplateModel. loginStatusBean
-