Uses of Interface
org.javarosa.core.reference.ReferenceFactory
| Package | Description |
|---|---|
| org.javarosa.core.reference |
-
Uses of ReferenceFactory in org.javarosa.core.reference
Classes in org.javarosa.core.reference that implement ReferenceFactory Modifier and Type Class Description classPrefixedRootFactoryPrefixedRootFactory provides a clean way to implement the vast majority of behavior for a reference factory.classResourceReferenceFactoryA ResourceReferenceFactory is a Raw Reference Accessor which provides a factory for references of the formclassRootTranslatorA Root Translator is a simple reference factory which doesn't actually derive any specific references, but rather translates references from one prefix to another.Methods in org.javarosa.core.reference that return ReferenceFactory Modifier and Type Method Description ReferenceFactory[]ReferenceManager. getFactories()Methods in org.javarosa.core.reference with parameters of type ReferenceFactory Modifier and Type Method Description voidReferenceManager. addReferenceFactory(ReferenceFactory factory)Adds a factory for deriving reference URI's into referencesbooleanReferenceManager. removeReferenceFactory(ReferenceFactory factory)