PageMixer API - 3.1

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

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

Deprecated. by ActionConfigKey

public static class StrutsConsumerContext.MappedActionKey
extends java.lang.Object
implements ServletConsumerContext.KeyCommand

Key to identify "ActionConfig" of Struts in mapping.

Since:
PageMixer 1.1

Constructor Summary
StrutsConsumerContext.MappedActionKey(java.lang.String path)
          Deprecated. Construct key mapped at specified path.
 
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 "ActionMapping" having path named as specified.
 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 SHOULD NOT BE 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 SHOULD NOT BE SUPPORTED.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrutsConsumerContext.MappedActionKey

public StrutsConsumerContext.MappedActionKey(java.lang.String path)
Deprecated. 
Construct key mapped at specified path.
Parameters:
path - of "ActionMap" 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 "ActionMapping" having path named as specified.
Specified by:
getValue in interface ServletConsumerContext.KeyCommand
Following copied from interface: jp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.KeyCommand
Parameters:
servlet - on which consumer context depends.
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 SHOULD NOT BE SUPPORTED.

Please use official way of Struts to add "ActionMapping" to map.

Specified by:
setValue in interface ServletConsumerContext.KeyCommand
Following copied from interface: jp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.KeyCommand
Parameters:
servlet - on which consumer context depends.
context - on which consumer context depends.
request - on which consumer context depends.
response - on which consumer context depends.
value - value to be set

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 SHOULD NOT BE SUPPORTED.

Please use official way of Struts to remove "ActionMapping" from map.

Specified by:
unsetValue in interface ServletConsumerContext.KeyCommand
Following copied from interface: jp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.KeyCommand
Parameters:
servlet - on which consumer context depends.
context - on which consumer context depends.
request - on which consumer context depends.
response - on which consumer context depends.

equals

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

hashCode

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

toString

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

PageMixer API - 3.1