PageMixer API - 3.1

jp.ne.dti.lares.foozy.pagemixer.struts
Class StrutsConsumerContext.AutoFormKey

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.pagemixer.struts.StrutsConsumerContext.FormKey
        |
        +--jp.ne.dti.lares.foozy.pagemixer.struts.StrutsConsumerContext.AutoFormKey
All Implemented Interfaces:
ServletConsumerContext.KeyCommand
Enclosing class:
StrutsConsumerContext

Deprecated. by non inner AutoFormKey class

public static class StrutsConsumerContext.AutoFormKey
extends StrutsConsumerContext.FormKey

Key to identify "ActionForm&quto; in both request and session scope.

Please do not mix using of this class and non inner AutoFormKey class, because "equals method of these do not return true with each other. This behavior may cause unexpected result in test environment, in which HashMapConsumerContext is used as ConsumerConext.

Since:
PageMixer 1.1

Constructor Summary
StrutsConsumerContext.AutoFormKey(java.lang.String name)
          Deprecated. Construct key named as specified name.
 
Method Summary
protected  java.lang.Object getValue(javax.servlet.http.HttpServletRequest request, java.lang.String name, boolean requestScope)
          Deprecated.  
 
Methods inherited from class jp.ne.dti.lares.foozy.pagemixer.struts.StrutsConsumerContext.FormKey
equals, getValue, hashCode, setValue, toString, unsetValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrutsConsumerContext.AutoFormKey

public StrutsConsumerContext.AutoFormKey(java.lang.String name)
Deprecated. 
Construct key named as specified name.
Parameters:
name - of "ActionForm" to access
Method Detail

getValue

protected java.lang.Object getValue(javax.servlet.http.HttpServletRequest request,
                                    java.lang.String name,
                                    boolean requestScope)
Deprecated. 
Overrides:
getValue in class StrutsConsumerContext.FormKey

PageMixer API - 3.1