org.apache.jetspeed.portlet.webcontent
Class WebContentHistoryPage
java.lang.Object
org.apache.jetspeed.portlet.webcontent.WebContentHistoryPage
- All Implemented Interfaces:
- java.io.Serializable
public class WebContentHistoryPage
- extends java.lang.Object
- implements java.io.Serializable
Information required to re-visit a page in the WebContentPortlet
- Version:
- $Id: $
- Author:
- David L Young
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebContentHistoryPage
public WebContentHistoryPage(java.lang.String url)
WebContentHistoryPage
public WebContentHistoryPage(java.lang.String url,
java.util.Map params,
java.lang.String method)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getUrl
public java.lang.String getUrl()
getParams
public java.util.Map getParams()
isPost
public boolean isPost()
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.