Interface AppConfig

All Superinterfaces:
org.spincast.core.config.SpincastConfig
All Known Implementing Classes:
AppConfigDefault

public interface AppConfig extends org.spincast.core.config.SpincastConfig
Application configurations.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.spincast.shaded.org.apache.commons.lang3.tuple.Pair<String,String>>
    A list of username/password that allow administrative privileges.
    int
    The number of news entries on a regular "News" listing page.
    int
    The number of news entries for a feed request.

    Methods inherited from interface org.spincast.core.config.SpincastConfig

    getContentTypesToSkipGziping, getCookieNameFlashMessage, getCookieNameLocale, getCookieNameTimeZoneId, getCookiesValidatorCookieName, getDefaultLocale, getDefaultRouteCacheFilterSecondsNbr, getDefaultRouteCacheFilterSecondsNbrCdns, getDefaultStaticResourceCacheConfig, getDefaultTemplateVariablesFilterPosition, getDefaultTimeZone, getDictionaryEntryNotFoundBehavior, getEnvironmentName, getHttpServerPort, getHttpsKeyStoreKeyPass, getHttpsKeyStorePath, getHttpsKeyStoreStorePass, getHttpsKeyStoreType, getHttpsServerPort, getJsonPathArrayIndexMax, getKeyMaxLengthWhenConvertingMapToJsonObject, getMaxNumberOfKeysWhenConvertingMapToJsonObject, getPublicServerHost, getPublicServerPort, getPublicServerScheme, getPublicUrlBase, getQueryParamFlashMessageId, getRouteForwardingMaxNumber, getServerHost, getServerMaxRequestBodyBytes, getSpincastModelRootVariableName, getTempDir, getValidationElementDefaultName, getWritableRootDir, isAddDefaultTemplateVariablesFilter, isDefaultRouteCacheFilterPrivate, isDevelopmentMode, isEnableCookiesValidator, isEnableHttp2, isRoutesCaseSensitive, isTestingMode, isValidateLocalhostHost, isWriteToDiskDynamicStaticResource
  • Method Details

    • getNbrNewsEntriesOnNewsPage

      int getNbrNewsEntriesOnNewsPage()
      The number of news entries on a regular "News" listing page.
    • getNbrNewsEntriesPerFeedRequest

      int getNbrNewsEntriesPerFeedRequest()
      The number of news entries for a feed request.
    • getAdminUsernamesPasswords

      List<org.spincast.shaded.org.apache.commons.lang3.tuple.Pair<String,String>> getAdminUsernamesPasswords()
      A list of username/password that allow administrative privileges.