pt.digitalis.dif.controller.http
Class HTTPControllerConfiguration

java.lang.Object
  extended by pt.digitalis.dif.controller.http.HTTPControllerConfiguration

public class HTTPControllerConfiguration
extends java.lang.Object

Configuration point for the HTTP Controller.

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
Dec 23, 2007

Constructor Summary
HTTPControllerConfiguration()
           
 
Method Summary
 java.lang.String getBadStageStageID()
          Inspector for the 'badStageStageID' attribute.
 java.lang.Boolean getCentralAuthencication()
          Inspector for the 'centralAuthencication' attribute.
 java.lang.String getChangePasswordID()
           
 java.lang.String getDynamicErrorStageID()
          Inspector for the dynamic error stage id property.
 java.lang.String getHomeStageID()
          Inspector for the home stage id property.
static HTTPControllerConfiguration getInstance()
          Returns the active configuration object instance.
 java.lang.String getListenerChartName()
           
 java.lang.String getListenerDocName()
           
 java.lang.String getListenerName()
          Inspector for the listener name property.
 java.lang.String getLoginStageID()
          Inspector for the login stage id property.
 java.lang.String getLogoutStageID()
          Inspector for the login stage id property.
 java.lang.String getRecoveryPasswordID()
          Inspector for the recovery password stage id property.
 java.lang.String getRecoveryPasswordURL()
          Inspector for the 'recoveryPasswordURL' attribute.
 java.lang.Boolean getRegistrationActive()
          Inspector for the 'registrationActive' attribute.
 java.lang.String getRegistrationStageID()
          Inspector for the 'registrationStageID' attribute.
 java.lang.String getRegistrationURL()
          Inspector for the 'registrationURL' attribute.
 java.lang.String getSearchStageID()
          Inspector for the 'searchStageID' attribute.
 java.lang.String getServerBaseURL()
          Inspector for the 'serverBaseURL' attribute.
 java.lang.Boolean getShowChangeLanguage()
          Inspector for the 'showChangeLanguage' attribute.
 java.lang.Boolean getShowChangeUIMode()
          Inspector for the 'showChangeUIMode' attribute.
 java.lang.Boolean getShowSiteMap()
          Inspector for the 'showSiteMap' attribute.
 java.lang.String getSiteMapStageID()
          Inspector for the 'siteMapStageID' attribute.
 java.lang.String getStaticErrorPage()
          Inspector for the static error page property.
 boolean getUseAssetListener()
          Inspector for the 'useAssetListener' attribute.
 void setBadStageStageID(java.lang.String badStageStageID)
          Modifier for the 'badStageStageID' attribute.
 void setCentralAuthencication(java.lang.Boolean centralAuthencication)
          Modifier for the 'centralAuthencication' attribute.
 void setChangePasswordID(java.lang.String changePasswordID)
           
 void setDynamicErrorStageID(java.lang.String dynamicErrorStageID)
          Modifier for the dynamic error stage id property.
 void setHomeStageID(java.lang.String homeStageID)
          Modifier for the home stage id property.
 void setListenerChartName(java.lang.String listenerChartName)
           
 void setListenerDocName(java.lang.String listenerDocName)
           
 void setListenerName(java.lang.String listenerName)
          Modifier for the listener name property.
 void setLoginStageID(java.lang.String loginStageID)
          Modifier for the login stage id property.
 void setLogoutStageID(java.lang.String logoutStageID)
          Modifier for the logout stage id property.
 void setRecoveryPasswordID(java.lang.String recoveryPasswordID)
          Modifier for the recoveryPasswordID property
 void setRecoveryPasswordURL(java.lang.String recoveryPasswordURL)
          Modifier for the 'recoveryPasswordURL' attribute.
 void setRegistrationActive(java.lang.Boolean registrationActive)
          Modifier for the registrationActive property
 void setRegistrationStageID(java.lang.String registrationStageID)
          Modifier for the Registration page id
 void setRegistrationURL(java.lang.String registrationURL)
          Modifier for the 'registrationURL' attribute.
 void setSearchStageID(java.lang.String searchStageID)
          Modifier for the 'searchStageID' attribute.
 void setServerBaseURL(java.lang.String serverBaseURL)
          Modifier for the 'serverBaseURL' attribute.
 void setShowChangeLanguage(java.lang.Boolean showChangeLanguage)
          Modifier for the 'showChangeLanguage' attribute.
 void setShowChangeUIMode(java.lang.Boolean showChangeUIMode)
          Modifier for the 'showChangeUIMode' attribute.
 void setShowSiteMap(java.lang.Boolean showSiteMap)
          Modifier for the 'showSiteMap' attribute.
 void setSiteMapStageID(java.lang.String siteMapStageID)
          Modifier for the 'siteMapStageID' attribute.
 void setStaticErrorPage(java.lang.String staticErrorPage)
          Modifier for the static error page property.
 void setUseAssetListener(boolean useAssetListener)
          Modifier for the 'useAssetListener' attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPControllerConfiguration

public HTTPControllerConfiguration()
Method Detail

getInstance

public static HTTPControllerConfiguration getInstance()
Returns the active configuration object instance.

Returns:
the configuration instance

getBadStageStageID

public java.lang.String getBadStageStageID()
Inspector for the 'badStageStageID' attribute.

Returns:
the badStageStageID value

getCentralAuthencication

public java.lang.Boolean getCentralAuthencication()
Inspector for the 'centralAuthencication' attribute.

Returns:
the centralAuthencication value

getChangePasswordID

public java.lang.String getChangePasswordID()
Returns:
the changePasswordID

getDynamicErrorStageID

public java.lang.String getDynamicErrorStageID()
Inspector for the dynamic error stage id property.

Returns:
the dynamicErrorStageID value

getHomeStageID

public java.lang.String getHomeStageID()
Inspector for the home stage id property.

Returns:
the homeStageID value

getListenerChartName

public java.lang.String getListenerChartName()
Returns:
the listenerChartName

getListenerDocName

public java.lang.String getListenerDocName()
Returns:
the listenerDocName

getListenerName

public java.lang.String getListenerName()
Inspector for the listener name property.

Returns:
the listenerName value

getLoginStageID

public java.lang.String getLoginStageID()
Inspector for the login stage id property.

Returns:
the loginStageID value

getLogoutStageID

public java.lang.String getLogoutStageID()
Inspector for the login stage id property.

Returns:
the logoutStageID value

getRecoveryPasswordID

public java.lang.String getRecoveryPasswordID()
Inspector for the recovery password stage id property.

Returns:
the recoveryPasswordID value

getRecoveryPasswordURL

public java.lang.String getRecoveryPasswordURL()
Inspector for the 'recoveryPasswordURL' attribute.

Returns:
the recoveryPasswordURL value

getRegistrationActive

public java.lang.Boolean getRegistrationActive()
Inspector for the 'registrationActive' attribute.

Returns:
the registrationActive

getRegistrationStageID

public java.lang.String getRegistrationStageID()
Inspector for the 'registrationStageID' attribute.

Returns:
the searchStageID value

getRegistrationURL

public java.lang.String getRegistrationURL()
Inspector for the 'registrationURL' attribute.

Returns:
the registragionURL value

getSearchStageID

public java.lang.String getSearchStageID()
Inspector for the 'searchStageID' attribute.

Returns:
the searchStageID value

getServerBaseURL

public java.lang.String getServerBaseURL()
Inspector for the 'serverBaseURL' attribute.

Returns:
the serverBaseURL value

getShowChangeLanguage

public java.lang.Boolean getShowChangeLanguage()
Inspector for the 'showChangeLanguage' attribute.

Returns:
the showChangeLanguage value

getShowChangeUIMode

public java.lang.Boolean getShowChangeUIMode()
Inspector for the 'showChangeUIMode' attribute.

Returns:
the showChangeUIMode value

getShowSiteMap

public java.lang.Boolean getShowSiteMap()
Inspector for the 'showSiteMap' attribute.

Returns:
the showSiteMap value

getSiteMapStageID

public java.lang.String getSiteMapStageID()
Inspector for the 'siteMapStageID' attribute.

Returns:
the siteMapStageID value

getStaticErrorPage

public java.lang.String getStaticErrorPage()
Inspector for the static error page property.

Returns:
the staticErrorPage value

getUseAssetListener

public boolean getUseAssetListener()
Inspector for the 'useAssetListener' attribute.

Returns:
the useAssetListener value

setBadStageStageID

public void setBadStageStageID(java.lang.String badStageStageID)
Modifier for the 'badStageStageID' attribute.

Parameters:
badStageStageID - the new badStageStageID value to set

setCentralAuthencication

public void setCentralAuthencication(java.lang.Boolean centralAuthencication)
Modifier for the 'centralAuthencication' attribute.

Parameters:
centralAuthencication - the new centralAuthencication value to set

setChangePasswordID

public void setChangePasswordID(java.lang.String changePasswordID)
Parameters:
changePasswordID - the changePasswordID to set

setDynamicErrorStageID

public void setDynamicErrorStageID(java.lang.String dynamicErrorStageID)
Modifier for the dynamic error stage id property.

Parameters:
dynamicErrorStageID - the dynamicErrorStageID to set

setHomeStageID

public void setHomeStageID(java.lang.String homeStageID)
Modifier for the home stage id property.

Parameters:
homeStageID - the homeStageID to set

setListenerChartName

public void setListenerChartName(java.lang.String listenerChartName)
Parameters:
listenerChartName - the listenerChartName to set

setListenerDocName

public void setListenerDocName(java.lang.String listenerDocName)
Parameters:
listenerDocName - the listenerDocName to set

setListenerName

public void setListenerName(java.lang.String listenerName)
Modifier for the listener name property.

Parameters:
listenerName - the listenerName to set

setLoginStageID

public void setLoginStageID(java.lang.String loginStageID)
Modifier for the login stage id property.

Parameters:
loginStageID - the loginStageID to set

setLogoutStageID

public void setLogoutStageID(java.lang.String logoutStageID)
Modifier for the logout stage id property.

Parameters:
logoutStageID - the logoutStageID to set

setRecoveryPasswordID

public void setRecoveryPasswordID(java.lang.String recoveryPasswordID)
Modifier for the recoveryPasswordID property

Parameters:
recoveryPasswordID - the registrationActive to set

setRecoveryPasswordURL

public void setRecoveryPasswordURL(java.lang.String recoveryPasswordURL)
Modifier for the 'recoveryPasswordURL' attribute.

Parameters:
recoveryPasswordURL - the new recoveryPasswordURL value to set

setRegistrationActive

public void setRegistrationActive(java.lang.Boolean registrationActive)
Modifier for the registrationActive property

Parameters:
registrationActive - the registrationActive to set

setRegistrationStageID

public void setRegistrationStageID(java.lang.String registrationStageID)
Modifier for the Registration page id

Parameters:
registrationStageID - the registrationStageID to set

setRegistrationURL

public void setRegistrationURL(java.lang.String registrationURL)
Modifier for the 'registrationURL' attribute.

Parameters:
registrationURL - the new registrationURL value to set

setSearchStageID

public void setSearchStageID(java.lang.String searchStageID)
Modifier for the 'searchStageID' attribute.

Parameters:
searchStageID - the new searchStageID value to set

setServerBaseURL

public void setServerBaseURL(java.lang.String serverBaseURL)
Modifier for the 'serverBaseURL' attribute.

Parameters:
serverBaseURL - the new serverBaseURL value to set

setShowChangeLanguage

public void setShowChangeLanguage(java.lang.Boolean showChangeLanguage)
Modifier for the 'showChangeLanguage' attribute.

Parameters:
showChangeLanguage - the new showChangeLanguage value to set

setShowChangeUIMode

public void setShowChangeUIMode(java.lang.Boolean showChangeUIMode)
Modifier for the 'showChangeUIMode' attribute.

Parameters:
showChangeUIMode - the new showChangeUIMode value to set

setShowSiteMap

public void setShowSiteMap(java.lang.Boolean showSiteMap)
Modifier for the 'showSiteMap' attribute.

Parameters:
showSiteMap - the new showSiteMap value to set

setSiteMapStageID

public void setSiteMapStageID(java.lang.String siteMapStageID)
Modifier for the 'siteMapStageID' attribute.

Parameters:
siteMapStageID - the new siteMapStageID value to set

setStaticErrorPage

public void setStaticErrorPage(java.lang.String staticErrorPage)
Modifier for the static error page property.

Parameters:
staticErrorPage - the staticErrorPage to set

setUseAssetListener

public void setUseAssetListener(boolean useAssetListener)
Modifier for the 'useAssetListener' attribute.

Parameters:
useAssetListener - the new useAssetListener value to set


Copyright © 2011 Digitalis Informática Lda. All Rights Reserved.