Class MappedAction
- java.lang.Object
-
- com.atlassian.confluence.impl.webapp.security.MappedAction
-
public class MappedAction extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getActionClass()
Method
getActionMethod()
String
getActionName()
Map<String,String>
getActionParams()
String
getRequestServletPath()
static @Nullable MappedAction
of(org.apache.struts2.dispatcher.Dispatcher dispatcher, ClassLoader classLoader, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
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, javax.servlet.http.HttpServletResponse response)
-
-