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

Method getBeanRepository

java/org/apache/jasper/compiler/PageInfo.java:211–213  ·  view source on GitHub ↗

Returns the bean repository for this page. @return The bean repository

()

Source from the content-addressed store, hash-verified

209 * @return The bean repository
210 */
211 public BeanRepository getBeanRepository() {
212 return beanRepository;
213 }
214
215 /**
216 * Sets whether this page is scriptless.

Callers 2

visitMethod · 0.80
GeneratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected