gws.core.const

Source code: gws.core.const

Module Contents

gws.core.const.APP_DIR
gws.core.const.VAR_DIR
gws.core.const.TMP_DIR
gws.core.const.UID
gws.core.const.GID
gws.core.const.CACHE_DIR
gws.core.const.LEGEND_CACHE_DIR
gws.core.const.MAPPROXY_CACHE_DIR
gws.core.const.NET_CACHE_DIR
gws.core.const.OBJECT_CACHE_DIR
gws.core.const.CONFIG_DIR
gws.core.const.MISC_DIR
gws.core.const.SERVER_DIR
gws.core.const.PRINT_DIR
gws.core.const.FASTCACHE_DIR
gws.core.const.PIDS_DIR
gws.core.const.SPOOL_DIR
gws.core.const.SPEC_DIR
gws.core.const.TRANSIENT_DIR
gws.core.const.LOCKS_DIR
gws.core.const.GLOBALS_DIR
gws.core.const.ALL_DIRS
gws.core.const.SERVER_ENDPOINT = '/_'
gws.core.const.ROLE_ADMIN = 'admin'
gws.core.const.ROLE_USER = 'user'
gws.core.const.ROLE_GUEST = 'guest'
gws.core.const.ROLE_ALL = 'all'
gws.core.const.ALLOW = 1
gws.core.const.DENY = 0
gws.core.const.PUBLIC = 'allow all'
gws.core.const.JS_BUNDLE = 'app.bundle.json'
gws.core.const.JS_VENDOR_BUNDLE = 'vendor.bundle.js'
gws.core.const.JS_UTIL_BUNDLE = 'util.bundle.js'