Class SetBuildConfigToActionContext

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.PreResultListener

    public class SetBuildConfigToActionContext
    extends Object
    implements com.opensymphony.xwork2.interceptor.PreResultListener
    This pre action listener sets the value of the BuildConfiguration object back into the context if the action is build context aware
    • Constructor Detail

      • SetBuildConfigToActionContext

        public SetBuildConfigToActionContext()
    • Method Detail

      • beforeResult

        public void beforeResult​(com.opensymphony.xwork2.ActionInvocation invocation,
                                 String resultCode)
        Specified by:
        beforeResult in interface com.opensymphony.xwork2.interceptor.PreResultListener