Beispiel #1
0
  public URLBuilder(MimeBridge bridge, ControllerMethod method) {
    HashMap<String, String[]> parameters = new HashMap<String, String[]>();
    parameters.put("juzu.op", new String[] {method.getId()});

    //
    this.bridge = bridge;
    this.method = method;
    this.escapeXML = null;
    this.parameters = parameters;
  }