Uses of Interface
de.uplanet.lucy.server.binding.IBindingContext
-
Packages that use IBindingContext Package Description de.uplanet.lucy.server.binding Bindings. -
-
Uses of IBindingContext in de.uplanet.lucy.server.binding
Methods in de.uplanet.lucy.server.binding that return IBindingContext Modifier and Type Method Description IBindingContext
IBinding. getCtx()
Methods in de.uplanet.lucy.server.binding with parameters of type IBindingContext Modifier and Type Method Description IIxValue
IBindingProcessor. getValue(IBindingContext p_ctx, IBindingKey p_binding)
boolean
IBindingProcessor. hasValue(IBindingContext p_ctx, IBindingKey p_binding)
Checks if an value can resolved by the given binding.boolean
IBindingProcessor. isValueAvailable(IBindingContext p_ctx, IBindingKey p_binding)
Checks if an value can resolved by the given binding.Optional<IIxValue>
IBindingProcessor. removeValue(IBindingContext p_ctx, IBindingKey p_binding)
Removes a value for the given binding.Optional<IIxValue>
IBindingProcessor. setValue(IBindingContext p_ctx, IBindingKey p_binding, IIxValue p_value)
Adds or changed a value for the given binding.
-