Member predicate Struts2ActionClass :: getPrepareMethod
Gets a prepare method, called before the action method.
For a given action method named “foo”, the prepare method is named “prepareFoo”. Prepare
methods only exist if the class isPreparable()
.