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