CodeQL library for Java
codeql/java-all 0.5.5 ( 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 ( )