mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Groups fields for better readability
This commit is contained in:
+1
-2
@@ -145,14 +145,13 @@ public class ParametersInterceptor extends MethodFilterInterceptor {
|
||||
|
||||
protected static final int PARAM_NAME_MAX_LENGTH = 100;
|
||||
|
||||
private ExcludedPatternsChecker excludedPatterns;
|
||||
|
||||
private int paramNameMaxLength = PARAM_NAME_MAX_LENGTH;
|
||||
private boolean devMode = false;
|
||||
|
||||
protected boolean ordered = false;
|
||||
|
||||
private ValueStackFactory valueStackFactory;
|
||||
private ExcludedPatternsChecker excludedPatterns;
|
||||
private AcceptedPatternsChecker acceptedPatterns;
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user