Exemplo n.º 1
0
  protected String calculateExtjsAppName() {
    ExtjsGeneratorConfiguration config = context.getExtjsGeneratorConfiguration();
    StringBuilder sb = new StringBuilder();
    if (null != config) {
      sb.append(config.getAppName());
    }

    return sb.toString();
  }