Uses of Class
net.officefloor.web.value.load.ValueName
-
Packages that use ValueName Package Description net.officefloor.web.value.load -
-
Uses of ValueName in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load that return ValueName Modifier and Type Method Description ValueName[]
ValueLoaderFactory. getValueNames()
Obtains the listing ofValueName
instances that can be loaded.ValueName[]
ValueLoaderFactoryImpl. getValueNames()
Method parameters in net.officefloor.web.value.load with type arguments of type ValueName Modifier and Type Method Description void
RootStatelessValueLoader. visitValueNames(java.util.function.Consumer<ValueName> visitor, java.lang.String namePrefix, java.util.List<StatelessValueLoader> visitedLoaders)
void
StatelessValueLoader. visitValueNames(java.util.function.Consumer<ValueName> visitor, java.lang.String namePrefix, java.util.List<StatelessValueLoader> visistedLoaders)
Traverses theValueName
instances.
-