Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class Header

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.Header
All Implemented Interfaces:
Serializable

public class Header
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int COOKIE_TYPE
           
static int DATE_TYPE
           
static int INTEGER_TYPE
           
static int STRING_TYPE
           
 
Constructor Summary
Header()
           
 
Method Summary
 boolean equals(Object obj)
           
 javax.servlet.http.Cookie getCookieValue()
           
 long getDateValue()
           
 int getIntValue()
           
 String getStringValue()
           
 int getType()
           
 void setCookieValue(javax.servlet.http.Cookie cookieValue)
           
 void setDateValue(long dateValue)
           
 void setIntValue(int intValue)
           
 void setStringValue(String stringValue)
           
 void setType(int type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COOKIE_TYPE

public static final int COOKIE_TYPE
See Also:
Constant Field Values

DATE_TYPE

public static final int DATE_TYPE
See Also:
Constant Field Values

INTEGER_TYPE

public static final int INTEGER_TYPE
See Also:
Constant Field Values

STRING_TYPE

public static final int STRING_TYPE
See Also:
Constant Field Values
Constructor Detail

Header

public Header()
Method Detail

equals

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

getCookieValue

public javax.servlet.http.Cookie getCookieValue()

getDateValue

public long getDateValue()

getIntValue

public int getIntValue()

getStringValue

public String getStringValue()

getType

public int getType()

setCookieValue

public void setCookieValue(javax.servlet.http.Cookie cookieValue)

setDateValue

public void setDateValue(long dateValue)

setIntValue

public void setIntValue(int intValue)

setStringValue

public void setStringValue(String stringValue)

setType

public void setType(int type)

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3