Uses of Package
org.apache.struts2.result
Packages that use org.apache.struts2.result
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
XWork specific mock classes.
-
Classes in org.apache.struts2.result used by org.apache.struts2
-
Classes in org.apache.struts2.result used by org.apache.struts2.config
-
Classes in org.apache.struts2.result used by org.apache.struts2.dispatcher.mapper
-
Classes in org.apache.struts2.result used by org.apache.struts2.factory
-
Classes in org.apache.struts2.result used by org.apache.struts2.mock
-
Classes in org.apache.struts2.result used by org.apache.struts2.resultClassDescriptionMarking interface for results which perform browser redirectionAll results (except for
Action.NONE
) of anAction
are mapped to a View implementation.Calls thesendRedirect
method to the location specified. -
Classes in org.apache.struts2.result used by org.apache.struts2.views.freemarkerClassDescriptionAll results (except for
Action.NONE
) of anAction
are mapped to a View implementation.