Package | Description |
---|---|
org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.interceptor |
Web specific interceptor classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Parameter.EmptyHttpParameter |
static class |
Parameter.File |
static class |
Parameter.Request |
Modifier and Type | Method and Description |
---|---|
Parameter |
HttpParameters.get(String name) |
Modifier and Type | Method and Description |
---|---|
HttpParameters |
HttpParameters.appendAll(Map<String,Parameter> newParams) |
Modifier and Type | Field and Description |
---|---|
protected Parameter |
I18nInterceptor.LocaleFinder.requestedLocale |
Modifier and Type | Method and Description |
---|---|
protected Parameter |
I18nInterceptor.findLocaleParameter(HttpParameters params,
String parameterName) |
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.