Class VCBinding
java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCBinding
@VelocityCallable("instance")
@VelocityVariable("Binding")
public final class VCBinding
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetValueAsString(String p_strBinding) getValueAsString(String p_strBinding, String p_fallback) booleanbooleanisValueAvailable(String p_strBinding) 
- 
Constructor Details- 
VCBindingpublic VCBinding(de.uplanet.lucy.server.binding.IBinding p_binding) 
 
- 
- 
Method Details- 
getValue- Parameters:
- p_strBinding- The binding key
- Returns:
- Returns the value for the binding. nullif no value is available for the given binding key
 
- 
getValue- Parameters:
- p_strBinding- The binding key
- Returns:
- Returns the value for the binding. p_fallbackif no value is available for the given binding key
 
- 
getValueAsString- Parameters:
- p_strBinding- The binding key
- Returns:
- Returns the string value for the binding. nullif no value is available for the given binding key
 
- 
getValueAsString- Parameters:
- p_strBinding- The binding key
- Returns:
- Returns the string value for the binding. p_fallbackif no value is available for the given binding key
 
- 
isValueAvailable- Parameters:
- p_strBinding- The binding key
- Returns:
- Returns trueif a value is available and exists for the binding otherwisefalse
 
- 
hasValue- Parameters:
- p_strBinding- The binding key
- Returns:
- Returns trueif a value is available and a value exists for the binding otherwisefalse
 
 
-