|
PageMixer API - 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jp.ne.dti.lares.foozy.pagemixer.struts.StrutsConsumerContext.MappedActionKey
ActionConfigKey
Key to identify "ActionConfig" of Struts in mapping.
| 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 |
public StrutsConsumerContext.MappedActionKey(java.lang.String path)
path - of "ActionMap" to access| Method Detail |
public java.lang.Object getValue(javax.servlet.http.HttpServlet servlet,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
ActionMapping"
having path named as specified.getValue in interface ServletConsumerContext.KeyCommandjp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.KeyCommandservlet - on which consumer context depends.context - on which consumer context depends.request - on which consumer context depends.response - on which consumer context depends.
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)
Please use official way of Struts
to add "ActionMapping" to map.
setValue in interface ServletConsumerContext.KeyCommandjp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.KeyCommandservlet - 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
public void unsetValue(javax.servlet.http.HttpServlet servlet,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Please use official way of Struts
to remove "ActionMapping" from map.
unsetValue in interface ServletConsumerContext.KeyCommandjp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext.KeyCommandservlet - on which consumer context depends.context - on which consumer context depends.request - on which consumer context depends.response - on which consumer context depends.public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
PageMixer API - 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||