|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XWorkVersionSupport
Utility interface for abstracting binary or API-incompatible aspects of different XWork versions.
| Method Summary | |
|---|---|
com.opensymphony.xwork.Action |
extractAction(com.opensymphony.xwork.ActionInvocation invocation)
Works around binary incompatibility of ActionInvocation#getAction between XWork 1.0 and 1.2. |
Method |
extractMethod(com.opensymphony.xwork.ActionInvocation invocation)
Works around missing ActionConfig#getMethod in Xwork 1.2. |
| Method Detail |
|---|
com.opensymphony.xwork.Action extractAction(com.opensymphony.xwork.ActionInvocation invocation)
invocation - the action invocation
Method extractMethod(com.opensymphony.xwork.ActionInvocation invocation)
throws NoSuchMethodException
invocation - the action invocation
NoSuchMethodException - if a method could not be found for the action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||