de.init.loext.its.config
Class GlobalConfiguration

java.lang.Object
  extended by de.init.loext.its.config.GlobalConfiguration

public final class GlobalConfiguration
extends java.lang.Object

Global Configuration for ITS MLW Extension TODO: Move all Available Configuration here TODO: Further extension -> externalize all configuration

Author:
mkandora

Nested Class Summary
static class GlobalConfiguration.ConfigurationService
          Configuration Service class
 
Field Summary
static java.lang.String ITS_DATACATEGORY_MARKER
          The begin marker value for its data category booksmarks, that use its for later post-processing
static java.lang.String ITS_DATACATEGORY_MARKER_DELIMITER
          Displays the default delimiter used for bookmarks
static java.lang.String ITS_DATACATEGORY_MARKER_REGEX_PATTERN
          The regular expression pattern to match its bookmark id and marker strings
static java.lang.Integer LOCALE_FILTER_TEXTFIELD_NUM_COLS
          Number of Columns for Locale Filter Textfield
static java.lang.String PROTOCOL_HANDLER_URL
          The UNO Protocol Handler URL FIXME: Reconfigure URL for canonical naming
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_HANDLER_URL

public static final java.lang.String PROTOCOL_HANDLER_URL
The UNO Protocol Handler URL FIXME: Reconfigure URL for canonical naming

See Also:
Constant Field Values

LOCALE_FILTER_TEXTFIELD_NUM_COLS

public static final java.lang.Integer LOCALE_FILTER_TEXTFIELD_NUM_COLS
Number of Columns for Locale Filter Textfield


ITS_DATACATEGORY_MARKER_DELIMITER

public static java.lang.String ITS_DATACATEGORY_MARKER_DELIMITER
Displays the default delimiter used for bookmarks


ITS_DATACATEGORY_MARKER

public static java.lang.String ITS_DATACATEGORY_MARKER
The begin marker value for its data category booksmarks, that use its for later post-processing


ITS_DATACATEGORY_MARKER_REGEX_PATTERN

public static java.lang.String ITS_DATACATEGORY_MARKER_REGEX_PATTERN
The regular expression pattern to match its bookmark id and marker strings