Class PageReference

java.lang.Object
com.atlassian.confluence.pages.actions.beans.PageReference

public class PageReference extends Object
Context object placed in the HttpServletRequest attributes so that the PageNotFoundAction can determine which page was targetted by the user.
  • Field Details

  • Constructor Details

    • PageReference

      public PageReference(String spaceKey, String pageTitle)
  • Method Details

    • set

      public static void set(javax.servlet.http.HttpServletRequest request, String spaceKey, String pageTitle)
    • get

      public static PageReference get(javax.servlet.http.HttpServletRequest request)
    • getPageTitle

      public String getPageTitle()
    • getSpaceKey

      public String getSpaceKey()