Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowNull
If false, and the parameter is bound, then the value for the parameter must not be null.
|
boolean |
autoconnect
Used to create a default binding, connecting the parameter to a property of the container whose property name
matches the id of the component.
|
boolean |
cache
If true (the default), then the value for the parameter is cached while the component is, itself, rendering.
|
String |
defaultPrefix
The default binding prefix for the parameter, if no specific binding prefix is provided with the binding.
|
String |
name
The name of the parameter.
|
boolean |
principal
Used to mark a parameter as requiring earlier initialization than other parameters.
|
boolean |
required
If true, the parameter is required and and must be bound.
|
String |
value
The default value for the parameter if not bound.
|
public abstract boolean required
public abstract boolean allowNull
public abstract boolean cache
public abstract String defaultPrefix
BindingFactory
implementations, and used with parameters whose
name reflects the binding prefix.BindingConstants
public abstract boolean principal
public abstract boolean autoconnect
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.