public class BootstrapContext extends Object implements ApplicationProperties
CSP_API, DEPLOYMENT_API, DOMAIN_API, INITIAL_TOKEN, LOGOUT_API, PATCH_API, STANDALONE| Constructor and Description |
|---|
BootstrapContext(ProductConfig productConfig) |
@Inject public BootstrapContext(ProductConfig productConfig)
public void setProperty(String key, String value)
setProperty in interface ApplicationPropertiespublic String getProperty(String key)
getProperty in interface ApplicationPropertiespublic boolean hasProperty(String key)
hasProperty in interface ApplicationPropertiespublic com.gwtplatform.mvp.shared.proxy.PlaceRequest getDefaultPlace()
public void removeProperty(String key)
removeProperty in interface ApplicationPropertiespublic boolean isStandalone()
isStandalone in interface ApplicationPropertiespublic void setInitialPlace(String nameToken)
public String getInitialPlace()
public String getLogoutUrl()
public void setlastError(Throwable caught)
public Throwable getLastError()
public String getProductName()
public void setProductName(String productName)
public String getProductVersion()
public void setProductVersion(String productVersion)
public void setPrincipal(String principal)
public String getPrincipal()
public void setHostManagementDisabled(boolean b)
public boolean isHostManagementDisabled()
public void setGroupManagementDisabled(boolean b)
public boolean isGroupManagementDisabled()
public boolean isSuperUser()
public boolean isAdmin()
public void setRunAs(String runAs)
public String getRunAs()
public void setInitialProfiles(List<ProfileRecord> initialProfiles)
public List<ProfileRecord> getInitialProfiles()
public String getServerName()
public void setServerName(String serverName)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.