nl.surfnet.coin.portal.util
Class CoinEnvironment

java.lang.Object
  extended by nl.surfnet.coin.portal.util.CoinEnvironment

public class CoinEnvironment
extends Object

CoinEnvironment


Constructor Summary
CoinEnvironment()
           
 
Method Summary
 String getContainerName()
           
 String getGadgetServerBase()
           
 String getIdpMetadataUrl()
           
 String getLandingPageRssFeeds()
           
 String getMetadataUrl()
           
 String getMockLogin()
           
 String getMockName()
           
 String getMockUserStatus()
           
 String getProfilePageUrl()
           
 int getShindigDebug()
           
 int getShindigNocache()
           
 String getTargetServerBase()
           
 String getTextFieldGettingStarted()
           
 String getTextFieldIntroduction()
           
 String getVersion()
           
 boolean isAllowCustomGadgets()
          Getter to define if custom (user added) gadgets are allowed
 void setAllowCustomGadgets(boolean allowCustomGadgets)
           
 void setContainerName(String containerName)
           
 void setGadgetServerBase(String gadgetServerBase)
           
 void setIdpMetadataUrl(String idpMetadataUrl)
           
 void setLandingPageRssFeeds(String landingPageRssFeeds)
           
 void setMetadataUrl(String metadataUrl)
           
 void setMockLogin(String mockLogin)
           
 void setMockName(String mockName)
           
 void setMockUserStatus(String mockUserStatus)
           
 void setProfilePageUrl(String profilePageUrl)
           
 void setShindigDebug(int shindigDebug)
           
 void setShindigNocache(int shindigNocache)
           
 void setTargetServerBase(String targetServerBase)
           
 void setTextFieldGettingStarted(String textFieldGettingStarted)
           
 void setTextFieldIntroduction(String textFieldIntroduction)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoinEnvironment

public CoinEnvironment()
Method Detail

setMetadataUrl

public void setMetadataUrl(String metadataUrl)

getMetadataUrl

public String getMetadataUrl()

setGadgetServerBase

public void setGadgetServerBase(String gadgetServerBase)

getGadgetServerBase

public String getGadgetServerBase()

getTargetServerBase

public String getTargetServerBase()
Returns:
the targetServerBase

setTargetServerBase

public void setTargetServerBase(String targetServerBase)
Parameters:
targetServerBase - the targetServerBase to set

setMockLogin

public void setMockLogin(String mockLogin)

getMockLogin

public String getMockLogin()

setMockName

public void setMockName(String mockName)

getMockName

public String getMockName()

setMockUserStatus

public void setMockUserStatus(String mockUserStatus)
Parameters:
mockUserStatus - the mockUserStatus to set

getMockUserStatus

public String getMockUserStatus()
Returns:
the mockUserStatus

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

setContainerName

public void setContainerName(String containerName)

getContainerName

public String getContainerName()

setIdpMetadataUrl

public void setIdpMetadataUrl(String idpMetadataUrl)
Parameters:
idpMetadataUrl -

getIdpMetadataUrl

public String getIdpMetadataUrl()
Returns:

isAllowCustomGadgets

public boolean isAllowCustomGadgets()
Getter to define if custom (user added) gadgets are allowed

Returns:
if a user can add custom gadgets (anywhere from the internet)

setAllowCustomGadgets

public void setAllowCustomGadgets(boolean allowCustomGadgets)

setShindigDebug

public void setShindigDebug(int shindigDebug)

getShindigDebug

public int getShindigDebug()

setShindigNocache

public void setShindigNocache(int shindigNocache)

getShindigNocache

public int getShindigNocache()

getLandingPageRssFeeds

public String getLandingPageRssFeeds()
Returns:
locations of the RSS feed shown on the landing page as comma separated value

setLandingPageRssFeeds

public void setLandingPageRssFeeds(String landingPageRssFeeds)

setTextFieldIntroduction

public void setTextFieldIntroduction(String textFieldIntroduction)
Parameters:
textFieldIntroduction - the textFieldIntroduction to set

getTextFieldIntroduction

public String getTextFieldIntroduction()
Returns:
the textFieldIntroduction

setTextFieldGettingStarted

public void setTextFieldGettingStarted(String textFieldGettingStarted)
Parameters:
textFieldGettingStarted - the textFieldGettingStarted to set

getTextFieldGettingStarted

public String getTextFieldGettingStarted()
Returns:
the textFieldGettingStarted

getProfilePageUrl

public String getProfilePageUrl()

setProfilePageUrl

public void setProfilePageUrl(String profilePageUrl)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.