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 action will accept the parameter with the given value.
|
boolean acceptableParameterValue(String parameterValue)
parameterValue
- the parameter valuetrue
if accepted, false
otherwiseCopyright © 2000–2024 Apache Software Foundation. All rights reserved.