class WirisPlugin::ConfigurationKeys

Constants

ACCESSPROVIDER_CLASS
CACHE_FOLDER
CAS_ARCHIVE
CAS_CLASS
CAS_CODEBASE
CAS_HEIGHT
CAS_LANGUAGES
CAS_WIDTH
CLEAN_CACHE_GUI
CLEAN_CACHE_PATH
CLEAN_CACHE_TOKEN
CONFIGURATION_CLASS
CONFIGURATION_PATH
CONTEXT_PATH
DEBUG
EDITOR_KEY
EDITOR_MATHML_ATTRIBUTE
EDITOR_PARAMETERS_DEFAULT_LIST
EDITOR_PARAMETERS_LIST
EDITOR_PARAMETERS_NOTRENDER_LIST
EDITOR_PARAMS
EDITOR_TOOLBAR
EXTERNAL_PLUGIN
EXTERNAL_REFERER
FILTER_OUTPUT_MATHML
FONT_FAMILY
FORMULA_FOLDER
HOST_PLATFORM
HTTPPROXY
HTTPPROXY_HOST
HTTPPROXY_PASS
HTTPPROXY_PORT
HTTPPROXY_USER
IMAGE_FORMAT
IMPROVE_PERFORMANCE
INTEGRATION_PATH
LATEX_TO_MATHML_URL
REFERER
RESOURCE_PATH
SAVE_MATHML_SEMANTICS
SAVE_MODE
SERVICES_PARAMETERS_LIST
SERVICE_HOST
SERVICE_PATH
SERVICE_PORT
SERVICE_PROTOCOL
SHOWCASIMAGE_PATH
SHOWIMAGE_PATH
STORAGE_CLASS
VERSION_PLATFORM
WIRIS_DPI

Public Class Methods

computeInverse(dict) click to toggle source
# File lib/com/wiris/plugin/api/ConfigurationKeys.rb, line 72
def self.computeInverse(dict)
    keys = dict::keys()
    outDict = Hash.new()
    while keys::hasNext()
        key = keys::next()
        outDict::set(dict::get(key),key)
    end
    return outDict
end
imageConfigProperties() click to toggle source
# File lib/com/wiris/plugin/api/ConfigurationKeys.rb, line 59
def self.imageConfigProperties
    @@imageConfigProperties
end
imageConfigProperties=(imageConfigProperties) click to toggle source
# File lib/com/wiris/plugin/api/ConfigurationKeys.rb, line 62
def self.imageConfigProperties=(imageConfigProperties)
    @@imageConfigProperties = imageConfigProperties
end
imageConfigPropertiesInv() click to toggle source
# File lib/com/wiris/plugin/api/ConfigurationKeys.rb, line 65
def self.imageConfigPropertiesInv
    @@imageConfigPropertiesInv
end
imageConfigPropertiesInv=(imageConfigPropertiesInv) click to toggle source
# File lib/com/wiris/plugin/api/ConfigurationKeys.rb, line 68
def self.imageConfigPropertiesInv=(imageConfigPropertiesInv)
    @@imageConfigPropertiesInv = imageConfigPropertiesInv
end
new() click to toggle source
Calls superclass method
# File lib/com/wiris/plugin/api/ConfigurationKeys.rb, line 6
def initialize()
    super()
end