Class MappedAction
java.lang.Object
com.atlassian.confluence.dmz.struts.MappedAction
Encapsulates information about a Struts action which a given request maps to.
- Since:
- 9.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
static Method
getActionClassMethod
(Class<?> actionClass, @Nullable String methodName) static @Nullable MappedAction
of
(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request)
-
Method Details
-
getActionName
-
getActionPackageName
-
getActionClass
-
getActionMethod
-
getActionParams
-
getRequestServletPath
-
of
public static @Nullable MappedAction of(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request) -
getActionClassMethod
-