org.apache.jetspeed.portlet.webcontent
Class WebContentHistoryPage

java.lang.Object
  extended by org.apache.jetspeed.portlet.webcontent.WebContentHistoryPage
All Implemented Interfaces:
Serializable

public class WebContentHistoryPage
extends Object
implements Serializable

Information required to re-visit a page in the WebContentPortlet

Version:
$Id: $
Author:
David L Young
See Also:
Serialized Form

Field Summary
private  boolean is_post
           
private  Map params
           
private  String url
           
 
Constructor Summary
WebContentHistoryPage(String url)
           
WebContentHistoryPage(String url, Map params, String method)
           
 
Method Summary
 boolean equals(Object o)
           
 Map getParams()
           
 String getUrl()
           
 boolean isPost()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

private String url

params

private Map params

is_post

private boolean is_post
Constructor Detail

WebContentHistoryPage

public WebContentHistoryPage(String url)

WebContentHistoryPage

public WebContentHistoryPage(String url,
                             Map params,
                             String method)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getUrl

public String getUrl()

getParams

public Map getParams()

isPost

public boolean isPost()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.