Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.binding |
Implementations of
IBinding . |
Modifier and Type | Method and Description |
---|---|
static BindingException |
Tapestry.createNullBindingException(IBinding binding)
Creates an exception indicating the binding value is null.
|
static BindingException |
Tapestry.createRequiredParameterException(IComponent component,
java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
protected BindingException |
AbstractBinding.createReadOnlyBindingException(IBinding binding) |