Class VelocityAllowlistAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.plugins.velocity.security.VelocityAllowlistAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, 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 VelocityAllowlistAction extends BambooActionSupport
See Also:
  • Constructor Details

    • VelocityAllowlistAction

      public VelocityAllowlistAction()
  • Method Details

    • getAllowlistedObject

      public AllowlistedObject getAllowlistedObject()
    • getAllowlistedMethod

      public AllowlistedMethod getAllowlistedMethod()
    • getUnallowlistedObject

      public UnallowlistedObject getUnallowlistedObject()
    • getContent

      public String getContent()
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception