Class 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.
    • Constructor Detail

      • PageReference

        public PageReference​(String spaceKey,
                             String pageTitle)
    • Method Detail

      • 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()