Uses of Interface
org.apache.struts2.action.Action
Packages that use Action
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
XWork util classes.
-
Uses of Action in org.apache.struts2
Classes in org.apache.struts2 that implement ActionModifier and TypeClassDescriptionclass
Provides a default implementation for the most common actions. -
Uses of Action in org.apache.struts2.action
Classes in org.apache.struts2.action that implement ActionModifier and TypeClassDescriptionclass
An abstract Action that can be extended to process the incoming CSP violation reports.class
The default implementation ofCspReportAction
that simply logs the JSON object that contains the details of the CSP violation. -
Uses of Action in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement ActionModifier and TypeClassDescriptionclass
A simple action support class that sets properties to be able to serve -
Uses of Action in org.apache.struts2.util
Classes in org.apache.struts2.util that implement ActionModifier and TypeClassDescriptionclass
A bean that takes several iterators and outputs them in sequenceclass
A bean that generates an iterator filled with a given object depending on the count, separator and converter defined.class
A bean that takes several iterators and outputs the merge of them.class
A bean that takes a source and comparator then attempt to sort the source utilizing the comparator.class
A bean that takes an iterator and outputs a subset of it.