public class HomepageRpcServiceImpl extends SecuredRemoteServiceServlet implements HomepageRpcService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALLOWED_URLS |
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
SESSION_REDIRECT_URL |
| Constructor and Description |
|---|
HomepageRpcServiceImpl(ConfigService configService,
<any> request) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertAllowsRedirect(java.lang.String redir) |
java.lang.String |
getPageTitle() |
java.lang.String |
getSessionRedirect() |
boolean |
isStartupComplete() |
getRequestpublic static final java.lang.String SESSION_REDIRECT_URL
public static final java.lang.String CONFIG_FILE
public static final java.lang.String ALLOWED_URLS
public HomepageRpcServiceImpl(ConfigService configService, <any> request)
public java.lang.String getPageTitle()
getPageTitle in interface HomepageRpcServicepublic boolean isStartupComplete()
isStartupComplete in interface HomepageRpcServicepublic java.lang.String getSessionRedirect()
getSessionRedirect in interface HomepageRpcServicepublic void assertAllowsRedirect(java.lang.String redir)
assertAllowsRedirect in interface HomepageRpcService