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

Method getBean

java/jakarta/el/BeanNameResolver.java:53–55  ·  view source on GitHub ↗

Returns the named bean. @param beanName The bean name to return @return This default implementation always returns null

(String beanName)

Source from the content-addressed store, hash-verified

51 * @return This default implementation always returns <code>null</code>
52 */
53 public Object getBean(String beanName) {
54 return null;
55 }
56
57
58 /**

Callers 2

getValueMethod · 0.45
getTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected