Class VelocityResultAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class VelocityResultAction extends ConfluenceActionSupport
Simple SUCCESS returning action with associated template path and exploit string to be used for Anti-XSS setting testing.
See Also:
  • Constructor Details

    • VelocityResultAction

      public VelocityResultAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • setOwnedString

      public void setOwnedString(String ownedString)
    • getOwnedString

      public String getOwnedString()
    • getTemplate

      public String getTemplate()
    • setTemplate

      public void setTemplate(String template)