|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.apache.struts2.convention | |
| Uses of Action in org.apache.struts2.convention |
|---|
| Methods in org.apache.struts2.convention that return types with arguments of type Action | |
|---|---|
protected java.util.List<Action> |
PackageBasedActionConfigBuilder.checkActionsAnnotation(Actions actionsAnnotation)
Builds a list of actions from an @Actions annotation, and check that they are not all empty |
protected java.util.Map<java.lang.String,java.util.List<Action>> |
PackageBasedActionConfigBuilder.getActionAnnotations(java.lang.Class<?> actionClass)
Locates all of the Actions and Action annotations on methods within the Action
class and its parent classes. |
| Methods in org.apache.struts2.convention with parameters of type Action | |
|---|---|
java.util.Map<java.lang.String,com.opensymphony.xwork2.config.entities.ResultConfig> |
DefaultResultMapBuilder.build(java.lang.Class<?> actionClass,
Action annotation,
java.lang.String actionName,
com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
Builds the result configurations given the action information. |
java.util.Map<java.lang.String,com.opensymphony.xwork2.config.entities.ResultConfig> |
ResultMapBuilder.build(java.lang.Class<?> actionClass,
Action annotation,
java.lang.String actionName,
com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
Builds the result configurations given the action information. |
java.util.List<com.opensymphony.xwork2.config.entities.InterceptorMapping> |
InterceptorMapBuilder.build(java.lang.Class<?> actionClass,
com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder,
java.lang.String actionName,
Action annotation)
Builds the interceptor configurations given the action information. |
java.util.List<com.opensymphony.xwork2.config.entities.InterceptorMapping> |
DefaultInterceptorMapBuilder.build(java.lang.Class<?> actionClass,
com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder,
java.lang.String actionName,
Action annotation)
|
protected void |
PackageBasedActionConfigBuilder.createActionConfig(com.opensymphony.xwork2.config.entities.PackageConfig.Builder pkgCfg,
java.lang.Class<?> actionClass,
java.lang.String actionName,
java.lang.String actionMethod,
Action annotation)
Creates a single ActionConfig object. |
protected com.opensymphony.xwork2.config.entities.PackageConfig.Builder |
PackageBasedActionConfigBuilder.getPackageConfig(java.util.Map<java.lang.String,com.opensymphony.xwork2.config.entities.PackageConfig.Builder> packageConfigs,
java.lang.String actionNamespace,
java.lang.String actionPackage,
java.lang.Class<?> actionClass,
Action action)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||