Class MappedAction
- java.lang.Object
-
- com.atlassian.confluence.impl.struts.MappedAction
-
public class MappedAction extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getActionClass()static @Nullable com.opensymphony.xwork2.config.entities.ActionConfiggetActionConfig(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request)Can be used to determine whether request is mapped to a Struts action by whether this method returns null.MethodgetActionMethod()StringgetActionName()Map<String,String>getActionParams()StringgetRequestServletPath()static @Nullable MappedActionof(org.apache.struts2.dispatcher.Dispatcher dispatcher, ClassLoader classLoader, javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
getActionClass
public Class<?> getActionClass()
-
getActionMethod
public Method getActionMethod()
-
getRequestServletPath
public String getRequestServletPath()
-
getActionName
public String getActionName()
-
of
public static @Nullable MappedAction of(org.apache.struts2.dispatcher.Dispatcher dispatcher, ClassLoader classLoader, javax.servlet.http.HttpServletRequest request)
-
getActionConfig
public static @Nullable com.opensymphony.xwork2.config.entities.ActionConfig getActionConfig(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request)Can be used to determine whether request is mapped to a Struts action by whether this method returns null.
-
-