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() |
getRequest
public 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 HomepageRpcService
public boolean isStartupComplete()
isStartupComplete
in interface HomepageRpcService
public java.lang.String getSessionRedirect()
getSessionRedirect
in interface HomepageRpcService
public void assertAllowsRedirect(java.lang.String redir)
assertAllowsRedirect
in interface HomepageRpcService