예제 #1
0
  @Override
  public void init() throws ServletException {
    templateOptions = getTemplateOptions();

    // If the options specify to eagerly load the template, load it now
    // before it has been requested.
    if (templateOptions.isEagerLoading()) {
      getTemplate();
    }
  }