Uses of Class
ca.phon.util.resources.URLHandler
Packages that use URLHandler
Package
Description
-
Uses of URLHandler in ca.phon.app.opgraph.analysis
Subclasses of URLHandler in ca.phon.app.opgraph.analysis -
Uses of URLHandler in ca.phon.app.opgraph.macro
Subclasses of URLHandler in ca.phon.app.opgraph.macro -
Uses of URLHandler in ca.phon.app.opgraph.report
Subclasses of URLHandler in ca.phon.app.opgraph.report -
Uses of URLHandler in ca.phon.ipadictionary
Subclasses of URLHandler in ca.phon.ipadictionaryModifier and TypeClassDescriptionclass
class
Dictionary which use a tokenizer and lookup table to peform ipa lookups. -
Uses of URLHandler in ca.phon.query.script
Subclasses of URLHandler in ca.phon.query.script -
Uses of URLHandler in ca.phon.syllabifier.basic
Subclasses of URLHandler in ca.phon.syllabifier.basicModifier and TypeClassDescriptionclass
Loader for Phon 1.6 syllabifier files. -
Uses of URLHandler in ca.phon.syllabifier.opgraph
Subclasses of URLHandler in ca.phon.syllabifier.opgraphModifier and TypeClassDescriptionclass
Load opgraph syllabifiers listed in the syllabifier/opgraph.list file. -
Uses of URLHandler in ca.phon.util.resources
Subclasses of URLHandler in ca.phon.util.resourcesModifier and TypeClassDescriptionclass
Loads resources from a specified class loader (or the default class loader if not specified.) Resources are located usingClassLoader.getResources(String)
for each specified resource.