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