...
Code Block | ||
---|---|---|
| ||
/** * example CP */ Hashtable target = new Hashtable(); target.put("cp", "CP-valueMainpage"); try { // ... spring.commit(target); } catch (ParamNotSupportedException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } |
...