Package | Description |
---|---|
org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.interceptor |
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) |
void |
HttpParameters.putAll(Map<? extends String,? extends Parameter> m) |
Modifier and Type | Method and Description |
---|---|
protected Parameter |
I18nInterceptor.findLocaleParameter(ActionInvocation invocation,
String parameterName) |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.