mitreid-connect
公開メンバ関数 | 静的公開変数類 | 非公開変数類 | 全メンバ一覧
org.mitre.openid.connect.web.RootController クラス
org.mitre.openid.connect.web.RootController 連携図
Collaboration graph

公開メンバ関数

String showHomePage (ModelMap m)
 
String showAboutPage (ModelMap m)
 
String showStatsPage (ModelMap m)
 
String showContactPage (ModelMap m)
 
String showClientManager (ModelMap m)
 
StatsService getStatsService ()
 
void setStatsService (StatsService statsService)
 

静的公開変数類

static final String API_URL = "api"
 

非公開変数類

StatsService statsService
 

詳解

著者
Michael Jett mjett.nosp@m.@mit.nosp@m.re.or.nosp@m.g

関数詳解

◆ getStatsService()

StatsService org.mitre.openid.connect.web.RootController.getStatsService ( )
inline
70  {
71  return statsService;
72  }
StatsService statsService
Definition: RootController.java:39

◆ setStatsService()

void org.mitre.openid.connect.web.RootController.setStatsService ( StatsService  statsService)
inline
74  {
76  }
StatsService statsService
Definition: RootController.java:39

◆ showAboutPage()

String org.mitre.openid.connect.web.RootController.showAboutPage ( ModelMap  m)
inline
47  {
48  return "about";
49  }

◆ showClientManager()

String org.mitre.openid.connect.web.RootController.showClientManager ( ModelMap  m)
inline
66  {
67  return "manage";
68  }

◆ showContactPage()

String org.mitre.openid.connect.web.RootController.showContactPage ( ModelMap  m)
inline
60  {
61  return "contact";
62  }

◆ showHomePage()

String org.mitre.openid.connect.web.RootController.showHomePage ( ModelMap  m)
inline
42  {
43  return "home";
44  }

◆ showStatsPage()

String org.mitre.openid.connect.web.RootController.showStatsPage ( ModelMap  m)
inline
52  {
53  Map<String, Integer> summary = statsService.getSummaryStats();
54 
55  m.put("statsSummary", summary);
56  return "stats";
57  }
StatsService statsService
Definition: RootController.java:39

メンバ詳解

◆ API_URL

final String org.mitre.openid.connect.web.RootController.API_URL = "api"
static

◆ statsService

StatsService org.mitre.openid.connect.web.RootController.statsService
private

このクラス詳解は次のファイルから抽出されました: