public class RevisionInfoBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RevisionInfoBean.LevelRevisionInfo
Revision info about one level of the application -- e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RevisionInfoBean |
getBean(javax.servlet.http.HttpSession session) |
static RevisionInfoBean |
getBean(javax.servlet.ServletContext context) |
Date |
getBuildDate() |
List<RevisionInfoBean.LevelRevisionInfo> |
getLevelInfos() |
String |
getReleaseLabel() |
int |
hashCode() |
static void |
removeBean(javax.servlet.ServletContext context) |
String |
toString() |
public static RevisionInfoBean getBean(javax.servlet.http.HttpSession session)
public static RevisionInfoBean getBean(javax.servlet.ServletContext context)
public static void removeBean(javax.servlet.ServletContext context)
public Date getBuildDate()
public List<RevisionInfoBean.LevelRevisionInfo> getLevelInfos()
public String getReleaseLabel()
Copyright © 2021. All rights reserved.