public interface ParameterValueAware
ParametersInterceptor
. For example, actions may want to create a white list of parameter values they will accept or a
blacklist of parameter values they will reject to prevent clients from setting other unexpected (and possibly dangerous)
parameter values.Modifier and Type | Method and Description |
---|---|
boolean |
acceptableParameterValue(String parameterValue)
Tests if the the action will accept the parameter with the given value.
|
boolean acceptableParameterValue(String parameterValue)
parameterValue
- the parameter valueCopyright © 2000–2023 Apache Software Foundation. All rights reserved.