Class VelocityBlocklistAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.plugins.velocity.security.VelocityAction
com.atlassian.bamboo.plugins.velocity.security.VelocityBlocklistAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class VelocityBlocklistAction extends VelocityAction
See Also:
  • Constructor Details

    • VelocityBlocklistAction

      public VelocityBlocklistAction()
  • Method Details

    • getBlockedClass

      public PriorityQueue<String> getBlockedClass()
    • getContent

      public String getContent()
    • getTemplatePath

      @NotNull protected @NotNull String getTemplatePath()
      Specified by:
      getTemplatePath in class VelocityAction
    • 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