Interface AppConfig

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

public interface AppConfig extends org.spincast.core.config.SpincastConfig
Application's custom configurations. Extends SpincastConfig so both the default and the custom configurations will be available through the AppConfig interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    A custom configuration : returns the application name.
    The root package of your application.

    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

    • getAppName

      String getAppName()
      A custom configuration : returns the application name.
    • getAppRootPackage

      String getAppRootPackage()
      The root package of your application. Logback will configure a custom level for it.