CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

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().

Method getPrepareMethod()