Class TinyUrlAction

  • 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 TinyUrlAction
    extends ConfluenceActionSupport
    Action that the TinyUrlServlet redirects to, as we want to do (testable) things with permissions and page availability.
    See Also:
    Serialized Form
    • Constructor Detail

      • TinyUrlAction

        public TinyUrlAction()
    • Method Detail

      • setUrlIdentifier

        public void setUrlIdentifier​(String urlIdentifier)
      • setPageManager

        public void setPageManager​(PageManager pageManager)
      • execute

        public String execute()
                       throws IOException
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        IOException
      • getUrlPath

        public String getUrlPath()