We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JavaServerFaces.qll
JSFAnnotations.qll
1 parent 53ccbee commit c55d013Copy full SHA for c55d013
java/ql/src/semmle/code/java/frameworks/javaee/JavaServerFaces.qll
@@ -1,3 +1,5 @@
1
+/** Provides classes and predicates for working with Java Server Faces. */
2
+
3
import default
4
import semmle.code.java.frameworks.javaee.jsf.JSFAnnotations
5
import semmle.code.java.frameworks.javaee.jsf.JSFFacesContextXML
@@ -42,6 +44,7 @@ class FacesAccessibleType extends RefType {
42
44
)
43
45
}
46
47
+ /** Gets a method declared on this type that is visible to JSF. */
48
FacesVisibleMethod getAnAccessibleMethod() { result = getAMethod() }
49
50
java/ql/src/semmle/code/java/frameworks/javaee/jsf/JSFAnnotations.qll
+/** Provides classes and predicates for working with Java Server Faces annotations. */
/**
0 commit comments