public interface ParameterNameAware
ParametersInterceptor
. For example, actions may want to create a whitelist of parameters they will accept or a
blacklist of paramters 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-2015 Apache Software Foundation. All Rights Reserved.