| Package | Description |
|---|---|
| edu.cornell.mannlib.vedit.beans | |
| edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual |
| Modifier and Type | Method and Description |
|---|---|
static LoginStatusBean |
LoginStatusBean.getBean(javax.servlet.http.HttpServletRequest request)
Get the bean from this request, or a dummy bean if the user is not logged
in.
|
static LoginStatusBean |
LoginStatusBean.getBean(javax.servlet.http.HttpSession session)
Get the bean from this session, or a dummy bean if the user is not logged
in.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LoginStatusBean.setBean(javax.servlet.http.HttpSession session,
LoginStatusBean lsb)
Attach this bean to the session - this means you are logged in.
|
| Modifier and Type | Field and Description |
|---|---|
protected LoginStatusBean |
BaseIndividualTemplateModel.loginStatusBean |
Copyright © 2022. All rights reserved.