Class BambooStrutsUnknownHandler
java.lang.Object
com.atlassian.bamboo.plugin.xwork.BambooStrutsUnknownHandler
- All Implemented Interfaces:
org.apache.struts2.UnknownHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.apache.struts2.config.entities.ActionConfighandleUnknownAction(String namespace, String actionName) @Nullable ObjecthandleUnknownActionMethod(Object action, String methodName) @Nullable org.apache.struts2.result.ResulthandleUnknownResult(org.apache.struts2.ActionContext actionContext, String actionName, org.apache.struts2.config.entities.ActionConfig actionConfig, String resultCode)
-
Field Details
-
configuration
protected org.apache.struts2.config.Configuration configuration
-
-
Constructor Details
-
BambooStrutsUnknownHandler
public BambooStrutsUnknownHandler()
-
-
Method Details
-
handleUnknownAction
@Nullable public @Nullable org.apache.struts2.config.entities.ActionConfig handleUnknownAction(String namespace, String actionName) throws org.apache.struts2.StrutsException - Specified by:
handleUnknownActionin interfaceorg.apache.struts2.UnknownHandler- Throws:
org.apache.struts2.StrutsException
-
handleUnknownResult
@Nullable public @Nullable org.apache.struts2.result.Result handleUnknownResult(org.apache.struts2.ActionContext actionContext, String actionName, org.apache.struts2.config.entities.ActionConfig actionConfig, String resultCode) throws org.apache.struts2.StrutsException - Specified by:
handleUnknownResultin interfaceorg.apache.struts2.UnknownHandler- Throws:
org.apache.struts2.StrutsException
-
handleUnknownActionMethod
- Specified by:
handleUnknownActionMethodin interfaceorg.apache.struts2.UnknownHandler
-