Load st from disk if directory or load whole group file if .stg file (then return just one template). name is fully-qualified.
(String name)
| 290 | */ |
| 291 | |
| 292 | protected CompiledST load(String name) { |
| 293 | return null; |
| 294 | } |
| 295 | |
| 296 | /** Force a load if it makes sense for the group. */ |
| 297 |
no outgoing calls
no test coverage detected