Package muntjac :: Package terminal :: Package gwt :: Package server :: Module constants :: Class Constants
[hide private]
[frames] | no frames]

Class Constants

source code

object --+
         |
        Constants
Known Subclasses:

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  NOT_PRODUCTION_MODE_INFO = '\n================================...
  WARNING_XSRF_PROTECTION_DISABLED = '\n========================...
  WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC = '\n===============...
  WIDGETSET_MISMATCH_INFO = '\n=================================...
  URL_PARAMETER_RESTART_APPLICATION = 'restartApplication'
  URL_PARAMETER_CLOSE_APPLICATION = 'closeApplication'
  URL_PARAMETER_REPAINT_ALL = 'repaintAll'
  URL_PARAMETER_THEME = 'theme'
  SERVLET_PARAMETER_DEBUG = 'Debug'
  SERVLET_PARAMETER_PRODUCTION_MODE = 'productionMode'
  SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION = 'disable-xsrf-prot...
  SERVLET_PARAMETER_RESOURCE_CACHE_TIME = 'resourceCacheTime'
  PARAMETER_VAADIN_RESOURCES = 'Resources'
  DEFAULT_BUFFER_SIZE = 32768
  MAX_BUFFER_SIZE = 65536
  AJAX_UIDL_URI = '/UIDL'
  THEME_DIRECTORY_PATH = 'VAADIN/themes/'
  DEFAULT_THEME_CACHETIME = 86400000
  WIDGETSET_DIRECTORY_PATH = 'VAADIN/widgetsets/'
  DEFAULT_WIDGETSET = 'org.muntiacus.MuntjacWidgetSet'
  PARAMETER_WIDGETSET = 'widgetset'
  ERROR_NO_WINDOW_FOUND = 'No window found. Did you remember to ...
  DEFAULT_THEME_NAME = 'reindeer'
  INVALID_SECURITY_KEY_MSG = 'Invalid security key.'
  PORTAL_PARAMETER_VAADIN_WIDGETSET = 'vaadin.widgetset'
  PORTAL_PARAMETER_VAADIN_RESOURCE_PATH = 'vaadin.resources.path'
  PORTAL_PARAMETER_VAADIN_THEME = 'vaadin.theme'
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

NOT_PRODUCTION_MODE_INFO

Value:
'''
=================================================================
Muntjac is running in DEBUG MODE.
Add productionMode=true to INI to disable debug features.
To show debug window, add ?debug to your application URL.
================================================================='''

WARNING_XSRF_PROTECTION_DISABLED

Value:
'''
===========================================================
WARNING: Cross-site request forgery protection is disabled!
==========================================================='''

WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC

Value:
'''
===========================================================
WARNING: resourceCacheTime has been set to a non integer value in INI.\
 The default of 1h will be used.
==========================================================='''

WIDGETSET_MISMATCH_INFO

Value:
'''
=================================================================
The widgetset in use does not seem to be built for the Muntjac
version in use. This might cause strange problems - a
recompile/deploy is strongly recommended.
 Muntjac version: %s
 Widgetset version: %s
================================================================='''

SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION

Value:
'disable-xsrf-protection'

ERROR_NO_WINDOW_FOUND

Value:
'No window found. Did you remember to setMainWindow()?'