コード例 #1
0
 public Result request(WonderlandIdentity identity, Action action) {
   return wrapped.request(id, action);
 }
コード例 #2
0
 public boolean request(WonderlandIdentity identity, Action action, ComponentRegistry registry) {
   return wrapped.request(id, action, registry);
 }
コード例 #3
0
 public String getId() {
   return IdentityResourceWrapper.class.getSimpleName() + "-" + wrapped.getId();
 }