| Package | Description | 
|---|---|
| org.apache.struts2.dispatcher | This package contains a reimagining of the traditional Struts filter dispatchers. | 
| org.apache.struts2.interceptor | |
| org.apache.struts2.interceptor.parameter | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Parameter.Empty | 
| static class  | Parameter.File | 
| static class  | Parameter.Request | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter | HttpParameters. get(Object key) | 
| Parameter | HttpParameters. put(String key,
   Parameter value) | 
| Parameter | HttpParameters. remove(Object key) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Map.Entry<String,Parameter>> | HttpParameters. entrySet() | 
| Collection<Parameter> | HttpParameters. values() | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter | HttpParameters. put(String key,
   Parameter value) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpParameters | HttpParameters. appendAll(Map<String,Parameter> newParams)Appends all the parameters by overriding any existing params in a case-insensitive manner | 
| void | HttpParameters. putAll(Map<? extends String,? extends Parameter> m) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Parameter | I18nInterceptor. findLocaleParameter(ActionInvocation invocation,
                   String parameterName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Map<String,Parameter> | ParametersInterceptor. initParameterMap() | 
| protected Map<String,Parameter> | ParametersInterceptor. toAcceptableParameters(HttpParameters parameters,
                      Object action) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | ParametersInterceptor. isAcceptableParameterValue(Parameter param,
                          Object action)Checks if parameter value can be accepted or thrown away | 
| protected boolean | ParametersInterceptor. isAcceptableParameterValueAware(Parameter param,
                               Object action) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ParametersInterceptor. applyParametersOnStack(ValueStack stack,
                      Map<String,Parameter> parameters,
                      Object action) | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.