|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryException | |
---|---|
railo.runtime.registry |
Uses of RegistryException in railo.runtime.registry |
---|
Methods in railo.runtime.registry that throw RegistryException | |
---|---|
static RegistryEntry |
RegistryQuery.getValue(String branch,
String entry,
short type)
gets a single value form the registry |
static RegistryEntry[] |
RegistryQuery.getValues(String branch,
short type)
gets all entries of one branch |
static void |
RegistryQuery.setValue(String branch,
String entry,
short type,
String value)
writes a value to registry |
static String |
RegistryEntry.toCFStringType(short type)
cast a short type to a String Type |
static String |
RegistryEntry.toStringType(short type)
cast a short type to a String Type |
static short |
RegistryEntry.toType(String strType)
cast a String type to a short Type |
Constructors in railo.runtime.registry that throw RegistryException | |
---|---|
RegistryEntry(short type,
String key,
Object value)
constructor of the class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |