Exemplo n.º 1
0
  @Override
  public void execute(Request rqst, AttributeContext ac) {

    ac.putAttribute("genres", new Attribute(genreService.getAll()));
  }