コード例 #1
0
ファイル: SimpleStore.java プロジェクト: abego/java2script
 public String getProperty(String name) {
   return store.getProperty(name);
 }