Class VelocityResultAction

java.lang.Object
org.apache.struts2.ActionSupport
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, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

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 org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • setOwnedString

      public void setOwnedString(String ownedString)
    • getOwnedString

      public String getOwnedString()
    • getTemplate

      public String getTemplate()
    • setTemplate

      public void setTemplate(String template)