|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
project35.system.Context
project35.system.Project35ApplicationContext
public class Project35ApplicationContext
a HashMap that holds environment variables which have an application-wide scope of effect can contain any number of Project35DocumentContext objects which describe properties of individual Project35 Dialogs
Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.
| Field Summary | |
|---|---|
static String |
CONFIGURATION_READER
hash key for: project35.mda.config.Project35ConfigurationReader |
static String |
DOCUMENT_DIRECTORY_URL
the full path for directory ./models/[targetModel]/doc |
static String |
ENABLE_CLASS_LOADER
true if the project35.system.ModelClassLoader should read classes or not |
static String |
FILE_EXTENSIONS_TO_LAUNCH_URL
the full path for directory ./models/[targetModel]/config/FileExtensionsToLaunch.xml |
static String |
HELP_DIRECTORY_URL
the URL for where the internal help files are kept |
static String |
ICON_DIRECTORY_URL
icon directory |
static String |
ID_GENERATOR_SERVICE
|
static String |
ID_GENERATOR_SERVICE_FACTORY
hash key for: project35.soa.id.IDGeneratorServiceFactory |
static String |
IMPORT_XML_DIRECTORY
a hash key for describing the default directory Project35 should look in when user is using the File "Import from XML" option |
static String |
IS_COMPONENT
hash key for whether Project35 is deployed as a component or not |
static String |
IS_TEST_MODE
hash key for telling whether the application is running in a test mode or a production setting |
static String |
LIBRARY_DIRECTORY_URL
the full path for directory ./models/[targetModel]/lib |
static String |
LOCALE
locale |
static String |
MAIN_CONFIGURATION_URL
the full path for directory ./models/[targetModel]/config/ConfigurationFile.xml |
static String |
META_DATA_FORM_CONTEXT
hash key for an instance of project35.system.Project35ApplicationContext that describes properties described in the ./models/project35_meta_data model folder; it is this context which will know about record stuctures that help maintain the *.meta data layer of *.pdz files. |
static String |
MODEL_DIRECTORY
the full path for directory ./models/[targetModel] |
static String |
ONTOLOGY_SERVICE_FACTORY
hash key for: project35.soa.ontlogy.views.OntologyServiceFactory |
static String |
OPEN_PDZ_DIRECTORY
hash key for describing the default directory Project35 should look in when user is using the File "Open" option and trying to open a *.pdz file. |
static String |
PLUGIN_FACTORY
hash key for: project35.soa.plugins.PluginFactory |
static String |
PLUGINS
collection of project35.soa.plugins.Project35Plugin objects |
static String |
RECORD_MODEL_FACTORY
hash key for: project35.mda.model.RecordModelFactory |
static String |
RECORD_VIEW_FACTORY
hash key for: project35.desktopDeployment.RecordViewFactory |
static String |
RESOURCE_DIRECTORY_URL
the full path for directory ./models/[targetModel]/resources |
static String |
SCHEMA_CONCEPT_PROPERTIES
|
static String |
SCHEMA_URL
the full path for directory ./models/[targetModel]/model/YourModel.xsd |
static String |
SECURITY_SERVICE
hash key for: project35.soa.security.SecurityService |
static String |
SESSION_FILE
the full path for directory ./models/[targetModel]/config/SessionAspects.xml |
static String |
SESSION_MANAGER
hash key for: project35.mda.config.SessionManager |
static String |
TABLET_FILE_SPACE_REGISTRY
hash key for: project35.soa.tabletDeployment.FileSpaceRegistry |
static String |
TARGET_SCHEMA_APPLICATION_CONTEXT
hash key for an instance of project35.system.Project35ApplicationContext that describes properties of a target schema |
static String |
TEMPLATE_DIRECTORY
a hash key for describing the default directory Project35 should look in when user is using the "Load" and "Save" templates option in the File Menu |
static String |
USER
hash key for: project35.soa.security.User |
static String |
USER_INTERFACE_FACTORY
|
static String |
VALIDATION_SERVICE_REGISTRY
hash key for: project35.soa.validation.ValidationServiceRegistry |
static String |
WINDOW_REGISTRY
hash key for: project35. |
static String |
WORK_SPACE
hash key for: project35.desktopDeployment.Workspace |
static String |
WORK_SPACE_FILES
|
| Constructor Summary | |
|---|---|
Project35ApplicationContext()
|
|
| Method Summary | |
|---|---|
Project35DocumentContext |
createDocumentContext()
|
Project35FormContext |
createFormContext()
|
void |
removeDocumentContext(Project35DocumentContext project35DocumentContext)
|
| Methods inherited from class project35.system.Context |
|---|
getProperty, getRegisteredPropertyNames, setProperty |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final String WINDOW_REGISTRY
public static final String ID_GENERATOR_SERVICE
public static final String CONFIGURATION_READER
public static final String SCHEMA_CONCEPT_PROPERTIES
public static final String SESSION_MANAGER
public static final String WORK_SPACE
public static final String WORK_SPACE_FILES
public static final String MODEL_DIRECTORY
public static final String SCHEMA_URL
public static final String SESSION_FILE
public static final String MAIN_CONFIGURATION_URL
public static final String FILE_EXTENSIONS_TO_LAUNCH_URL
public static final String RESOURCE_DIRECTORY_URL
public static final String LIBRARY_DIRECTORY_URL
public static final String DOCUMENT_DIRECTORY_URL
public static final String HELP_DIRECTORY_URL
public static final String ICON_DIRECTORY_URL
public static final String RECORD_MODEL_FACTORY
public static final String RECORD_VIEW_FACTORY
public static final String ONTOLOGY_SERVICE_FACTORY
public static final String ID_GENERATOR_SERVICE_FACTORY
public static final String PLUGIN_FACTORY
public static final String VALIDATION_SERVICE_REGISTRY
public static final String SECURITY_SERVICE
public static final String PLUGINS
public static final String USER
public static final String TABLET_FILE_SPACE_REGISTRY
public static final String ENABLE_CLASS_LOADER
public static final String TARGET_SCHEMA_APPLICATION_CONTEXT
public static final String META_DATA_FORM_CONTEXT
public static final String IS_COMPONENT
public static final String IS_TEST_MODE
public static final String LOCALE
public static final String OPEN_PDZ_DIRECTORY
public static final String IMPORT_XML_DIRECTORY
public static final String TEMPLATE_DIRECTORY
public static final String USER_INTERFACE_FACTORY
| Constructor Detail |
|---|
public Project35ApplicationContext()
| Method Detail |
|---|
public Project35DocumentContext createDocumentContext()
public Project35FormContext createFormContext()
public void removeDocumentContext(Project35DocumentContext project35DocumentContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||