PageMixer API - 3.1

jp.ne.dti.lares.foozy.pagemixer.servlet
Class ServletConsumerContext.CookieKey

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.CookieKey
All Implemented Interfaces:
ServletConsumerContext.KeyCommand
Enclosing class:
ServletConsumerContext

Deprecated. by non inner CookieKey class

public static class ServletConsumerContext.CookieKey
extends java.lang.Object
implements ServletConsumerContext.KeyCommand

Key to identify value in "Servlet cookie" class.

Since:
PageMixer 3.0(as one in this package)

Constructor Summary
ServletConsumerContext.CookieKey(java.lang.String name)
          Deprecated. Construct key named as specified name.
 
Method Summary
 boolean equals(java.lang.Object object)
          Deprecated.  
 java.lang.Object getValue(javax.servlet.http.HttpServlet servlet, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. Get value from Cookie.
 int hashCode()
          Deprecated.  
 void setValue(javax.servlet.http.HttpServlet servlet, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object value)
          Deprecated. This is not supported.
 java.lang.String toString()
          Deprecated.  
 void unsetValue(javax.servlet.http.HttpServlet servlet, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. This is not supported.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletConsumerContext.CookieKey

public ServletConsumerContext.CookieKey(java.lang.String name)
Deprecated. 
Construct key named as specified name.
Parameters:
name - of cookie to access
Method Detail

getValue

public java.lang.Object getValue(javax.servlet.http.HttpServlet servlet,
                                 javax.servlet.ServletContext context,
                                 javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
Deprecated. 
Get value from Cookie.
Specified by:
getValue in interface ServletConsumerContext.KeyCommand
Parameters:
context - on which consumer context depends.
request - on which consumer context depends.
response - on which consumer context depends.
Returns:
value identified by this(may be null)

setValue

public void setValue(javax.servlet.http.HttpServlet servlet,
                     javax.servlet.ServletContext context,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     java.lang.Object value)
Deprecated. 
This is not supported.
Specified by:
setValue in interface ServletConsumerContext.KeyCommand
Parameters:
context - on which consumer context depends.
request - on which consumer context depends.
response - on which consumer context depends.
value - value to be set
Throws:
UnsupportedOperationException - always

unsetValue

public void unsetValue(javax.servlet.http.HttpServlet servlet,
                       javax.servlet.ServletContext context,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
Deprecated. 
This is not supported.
Specified by:
unsetValue in interface ServletConsumerContext.KeyCommand
Parameters:
context - on which consumer context depends.
request - on which consumer context depends.
response - on which consumer context depends.
Throws:
UnsupportedOperationException - always

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Deprecated. 
Overrides:
equals in class java.lang.Object

PageMixer API - 3.1