com.atlassian.confluence.pages.actions.beans
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_KEY
public static final String ATTRIBUTE_KEY
- See Also:
- Constant Field Values
PageReference
public PageReference(String spaceKey,
String pageTitle)
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()
Copyright © 2003-2013 Atlassian. All Rights Reserved.