|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subconfiguration | |
|---|---|
| org.activemath.abstractcontent | This package contains wrapper classes and interfaces describing the abstract layer through which all classes should connect to common services like MBase or the User-Model. |
| org.activemath.author | |
| org.activemath.author.toc | |
| org.activemath.config | This package is responsible for global configurations of the ActiveMath servlets. |
| org.activemath.events.impl | |
| org.activemath.omdocjdom | This package contains a set of classes to provide accessors to OMdoc specific informations on XML trees encoded as a subclass of JDOM documents. |
| org.activemath.omdocjdom.cache | |
| org.activemath.omdocjdom.index | whose front end is in package org.activemath.webapp.dict. |
| org.activemath.omdocjdom.lucene | |
| org.activemath.omdocjdom.mbase | This package contains an implementation of scratchpad-MBase
It stores all its documents in a set of OJDocuments
and builds a table of IDs as well as dependency maps. |
| org.activemath.omdocjdom.rephrase | |
| org.activemath.omdocjdom.slumb | This package contains an OMDoc storage-implementation
based on Lucene and satisfying the contract of the
MBaseRef interface. |
| org.activemath.omdocjdom.thembase | |
| org.activemath.presentation.xsl.symbolpresentation | |
| org.activemath.util.checks | This package contains all classes needed to check ActiveMath's condition at runtime. |
| org.activemath.webapp.ws.delegation | |
| Uses of Subconfiguration in org.activemath.abstractcontent |
|---|
| Classes in org.activemath.abstractcontent that implement Subconfiguration | |
|---|---|
static class |
SubconfImpl.AbstractSubconfiguration
This provides a raw base providing no services and no string-properties |
static class |
SubconfImpl.ChildSubconfiguration
A class to provide property-subtree-based configuration defined by a prefix and a parent subconfiguration. |
static class |
SubconfImpl.PropertiesConfig
This class provides the subconfiguration facilities provided by a property file and to create services on a property-file based configuration. |
static class |
SubconfImpl.UnionSubconfiguration
A subcoonfiguration merging two subconfigurations. |
| Methods in org.activemath.abstractcontent that return Subconfiguration | |
|---|---|
static Subconfiguration |
SubconfImpl.getCurrentConfig()
Gets the current Subconfiguration in the thead-local or null. |
Subconfiguration |
Subconfiguration.getSubconfiguration(String prefix)
Creates a sub-configuration object with the properties with given prefix. |
Subconfiguration |
SubconfImpl.AbstractSubconfiguration.getSubconfiguration(String prefix)
|
Subconfiguration |
SubconfImpl.ChildSubconfiguration.getSubconfiguration(String prefix)
|
| Methods in org.activemath.abstractcontent with parameters of type Subconfiguration | |
|---|---|
Object |
ConfiguredObjectMaker.createConfiguredObject(Subconfiguration config)
Creates the object using the class property
of config, expecting either a constructor in the
indicated class that takes a parameter, the provided
Subconfiguration or a blank constructor. |
static Object |
SubconfImpl.Util.createConfiguredObjectWithConfig(Subconfiguration config)
Finds the class and constructor with a subconfiguration, invokes it, and returns it. |
static void |
SubconfImpl.Util.dumpSubconfigurationToErr(Subconfiguration c)
|
static Map |
SubconfImpl.Util.makeMap(Subconfiguration conf)
A simplistic Map implementation just providing the Map.get(java.lang.Object) method
backed by an getProperty(java.lang.String). |
static void |
SubconfImpl.setCurrentConfig(Subconfiguration config)
Sets the current Subconfiguration in the thead-local. |
| Constructors in org.activemath.abstractcontent with parameters of type Subconfiguration | |
|---|---|
CascadingMBaseRef(Subconfiguration config)
Uses the mbases.xxx children to create each MBases, which are sorted in
alphabetical order. |
|
SimpleMatriculation(Subconfiguration config)
|
|
SubconfImpl.ChildSubconfiguration(Subconfiguration parent,
String prefix)
|
|
SubconfImpl.UnionSubconfiguration(Subconfiguration primary,
Subconfiguration secondary)
|
|
| Uses of Subconfiguration in org.activemath.author |
|---|
| Constructors in org.activemath.author with parameters of type Subconfiguration | |
|---|---|
MailingLoginNotifier(Subconfiguration config)
|
|
| Uses of Subconfiguration in org.activemath.author.toc |
|---|
| Methods in org.activemath.author.toc that return Subconfiguration | |
|---|---|
Subconfiguration |
TOC.getConfig()
|
| Constructors in org.activemath.author.toc with parameters of type Subconfiguration | |
|---|---|
ActiveMathAuthenticatedConnection(Subconfiguration config)
Constructs a connection using the properties cookies. |
|
TOC(String fileName,
Subconfiguration subconf)
|
|
TOC(String fileName,
Subconfiguration subconf,
String username,
String sessionname,
String bookname,
String tocEditUrl)
|
|
| Uses of Subconfiguration in org.activemath.config |
|---|
| Classes in org.activemath.config that implement Subconfiguration | |
|---|---|
class |
ManagerSubconfiguration
A class to produce a Subconfiguration object
from the Manager's properties. |
| Methods in org.activemath.config that return Subconfiguration | |
|---|---|
Subconfiguration |
ManagerSubconfiguration.getSubconfiguration(String prefix)
|
| Methods in org.activemath.config with parameters of type Subconfiguration | |
|---|---|
static Object |
Manager.createConfiguredObject(Subconfiguration config)
|
| Uses of Subconfiguration in org.activemath.events.impl |
|---|
| Constructors in org.activemath.events.impl with parameters of type Subconfiguration | |
|---|---|
EventManager(Subconfiguration config)
|
|
| Uses of Subconfiguration in org.activemath.omdocjdom |
|---|
| Methods in org.activemath.omdocjdom with parameters of type Subconfiguration | |
|---|---|
static List |
OJContentCollectionUtil.getExtasyEnabledCollections(Subconfiguration extasySubconfig)
Finds the name of the loaded collections which are enabled for exercise authoring. |
static File |
OJContentCollectionUtil.getExtasyPictPath(String collectionName,
Subconfiguration extasySubconfig)
Finds the directory where the collection offers space to save picture files to. |
static File |
OJContentCollectionUtil.getExtasySavePath(String collectionName,
Subconfiguration extasySubconfig)
Finds the directory where the collection offers space to save OMDoc files to. |
static boolean |
OJContentCollectionUtil.mayAuthorEditCollection(String authorUserId,
String collectionName,
Subconfiguration extasySubconfig)
checks whether the named author is allowed to author into this collection (if there is no author configuration, all authors are allowed to write). |
| Uses of Subconfiguration in org.activemath.omdocjdom.cache |
|---|
| Constructors in org.activemath.omdocjdom.cache with parameters of type Subconfiguration | |
|---|---|
CachedMBaseRef(Subconfiguration config)
Constructor with a parameter Subconfiguration. |
|
| Uses of Subconfiguration in org.activemath.omdocjdom.index |
|---|
| Constructors in org.activemath.omdocjdom.index with parameters of type Subconfiguration | |
|---|---|
AMIndex(Subconfiguration conf)
|
|
| Uses of Subconfiguration in org.activemath.omdocjdom.lucene |
|---|
| Methods in org.activemath.omdocjdom.lucene with parameters of type Subconfiguration | |
|---|---|
static LuceneMBaseStorage |
LuceneMBaseStorage.getInstance(Subconfiguration config,
Set massFieldNames,
org.apache.lucene.analysis.Analyzer analyzer)
|
| Constructors in org.activemath.omdocjdom.lucene with parameters of type Subconfiguration | |
|---|---|
LuceneBuilder(Subconfiguration config)
Properties that can be set are the following (note that the ActiveMath manager uses the prefix OmdocJdomMbase
dbpath = path The path where lucene database exist. |
|
LuceneMBaseXmlRpcServer(Subconfiguration config)
A constructor that reads its properties from the Manager properties and uses the Manager's MBaseRef. |
|
OmdocLuceneMBaseRef(Subconfiguration config)
Complete constructor from the properties which are properties to override OmdocLuceneMBaseRef.makeDefaultProps(). |
|
| Uses of Subconfiguration in org.activemath.omdocjdom.mbase |
|---|
| Constructors in org.activemath.omdocjdom.mbase with parameters of type Subconfiguration | |
|---|---|
MBaseBuilder(Subconfiguration props)
Complete constructor from the properties which are properties to override MBaseBuilder.makeDefaultProperties(). |
|
OJXmlRpcMBaseRef(Subconfiguration config)
Preferred constructor. |
|
OJXMLRPCmbaseServer(Subconfiguration config)
A constructor that reads its properties from the Manager properties and uses the Manager's MBaseRef. |
|
OmdocJdomMBase(Subconfiguration config)
|
|
OmdocJdomMBaseRef(Subconfiguration config)
Requires the ActiveMath Manager for now so as to
read the Subconfiguration of the mbase sub-tree of properties. |
|
| Uses of Subconfiguration in org.activemath.omdocjdom.rephrase |
|---|
| Methods in org.activemath.omdocjdom.rephrase with parameters of type Subconfiguration | |
|---|---|
void |
RephraseGraph.init(MBaseRef mbase,
Subconfiguration config)
Fills the graph with the rephrase-rules. |
static void |
RephraseHeuristics.initStaticRephrase(Subconfiguration config)
Builds a static rephrase-graph stored here and that can be used with RephraseHeuristics.staticRephrase(org.activemath.omdocjdom.OJElement, java.lang.String, java.lang.String). |
| Constructors in org.activemath.omdocjdom.rephrase with parameters of type Subconfiguration | |
|---|---|
RephraseService(Subconfiguration config)
|
|
| Uses of Subconfiguration in org.activemath.omdocjdom.slumb |
|---|
| Methods in org.activemath.omdocjdom.slumb with parameters of type Subconfiguration | |
|---|---|
static SlumbStorage |
SlumbStorage.getInstance(Subconfiguration config,
boolean readOnly)
|
| Constructors in org.activemath.omdocjdom.slumb with parameters of type Subconfiguration | |
|---|---|
SluMBaseRef(Subconfiguration config)
Constructor to be called at the startup of, e.g., ActiveMath. |
|
SluMBaseRefForTesting(Subconfiguration conf)
|
|
SlumbIndex(Subconfiguration config)
|
|
| Uses of Subconfiguration in org.activemath.omdocjdom.thembase |
|---|
| Constructors in org.activemath.omdocjdom.thembase with parameters of type Subconfiguration | |
|---|---|
TheMBaseXmlRpcClient(Subconfiguration config)
Constructs the object using the keys uri and simulatedSystemID. |
|
| Uses of Subconfiguration in org.activemath.presentation.xsl.symbolpresentation |
|---|
| Constructors in org.activemath.presentation.xsl.symbolpresentation with parameters of type Subconfiguration | |
|---|---|
PresentationTagCollector(Subconfiguration config)
A constructor that reads its properties from the Manager properties and requires the prefix OmdocJdom. |
|
| Uses of Subconfiguration in org.activemath.util.checks |
|---|
| Constructors in org.activemath.util.checks with parameters of type Subconfiguration | |
|---|---|
Checker(Subconfiguration config)
initializes the check. |
|
DummyChecker(Subconfiguration config)
wrapped constructor |
|
MailingChecker(Subconfiguration config)
Constructor starting the thread |
|
MBaseRefChecker(Subconfiguration config)
wrapped constructor |
|
UrlChecker(Subconfiguration config)
wrapped constructor |
|
| Uses of Subconfiguration in org.activemath.webapp.ws.delegation |
|---|
| Constructors in org.activemath.webapp.ws.delegation with parameters of type Subconfiguration | |
|---|---|
DelegationGuide(Subconfiguration config,
String activityId,
String userName,
String pathToComeBack)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||