MCPcopy Create free account
hub / github.com/apache/tomcat / isNameResolved

Method isNameResolved

java/jakarta/el/BeanNameResolver.java:41–43  ·  view source on GitHub ↗

Can this resolver resolve the given bean name? @param beanName The bean name to resolve @return This default implementation always returns false

(String beanName)

Source from the content-addressed store, hash-verified

39 * @return This default implementation always returns <code>false</code>
40 */
41 public boolean isNameResolved(String beanName) {
42 return false;
43 }
44
45
46 /**

Callers 4

getValueMethod · 0.45
setValueMethod · 0.45
getTypeMethod · 0.45
isReadOnlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected