public class Application extends Object
| Constructor and Description | 
|---|
Application()
Constructor by default. 
 | 
Application(String homeKey,
           String homeUrl)
Constructor using home page (default page). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addUrlPage(String key,
          String url)
add a url page to an application. 
 | 
String | 
getHomeKey()
Getter of homeKey. 
 | 
String | 
getHomeUrl()
Getter of homeUrl. 
 | 
Map<String,String> | 
getUrlPages()  | 
Copyright © 2023 NoraUi. All rights reserved.