utils
Class Config

java.lang.Object
  extended by utils.Config

public class Config
extends java.lang.Object


Field Summary
static java.lang.String applicationTitle
           
static java.lang.String baseHost
           
static java.lang.Integer cacheControlMaxAge
           
static java.lang.Integer cacheFilesLifeTime
           
static java.lang.Integer cacheInfoExpire
           
static java.lang.Integer cacheReportsLifeTime
           
static java.lang.Integer cacheUploadedLifeTime
           
static java.lang.Long demoRightId
           
static java.lang.String documentationLogoPath
           
static java.lang.Boolean htmlBlockShowInFrame
           
static java.lang.Integer itemInPage
           
static java.lang.Double mapCenterLat
           
static java.lang.Double mapCenterLng
           
static java.lang.Integer mapZoom
           
static java.lang.Long requestTimeOut
           
static java.lang.String shortcutIcon
           
static java.lang.String sscHost
           
static java.lang.Boolean wfsStyleDoubleSize
           
static java.lang.Integer wmsBuffer
           
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wmsBuffer

public static final java.lang.Integer wmsBuffer

cacheControlMaxAge

public static final java.lang.Integer cacheControlMaxAge

cacheFilesLifeTime

public static final java.lang.Integer cacheFilesLifeTime

itemInPage

public static final java.lang.Integer itemInPage

sscHost

public static final java.lang.String sscHost

cacheReportsLifeTime

public static final java.lang.Integer cacheReportsLifeTime

cacheUploadedLifeTime

public static final java.lang.Integer cacheUploadedLifeTime

requestTimeOut

public static final java.lang.Long requestTimeOut

demoRightId

public static final java.lang.Long demoRightId

cacheInfoExpire

public static final java.lang.Integer cacheInfoExpire

applicationTitle

public static final java.lang.String applicationTitle

shortcutIcon

public static final java.lang.String shortcutIcon

documentationLogoPath

public static final java.lang.String documentationLogoPath

baseHost

public static final java.lang.String baseHost

htmlBlockShowInFrame

public static final java.lang.Boolean htmlBlockShowInFrame

mapCenterLat

public static final java.lang.Double mapCenterLat

mapCenterLng

public static final java.lang.Double mapCenterLng

mapZoom

public static final java.lang.Integer mapZoom

wfsStyleDoubleSize

public static final java.lang.Boolean wfsStyleDoubleSize
Constructor Detail

Config

public Config()