コード例 #1
0
ファイル: Places.java プロジェクト: hal/hal.next
 /** Returns a place request builder for the specified finder path. */
 public PlaceRequest.Builder finderPlace(final String token, final FinderPath path) {
   return new PlaceRequest.Builder().nameToken(token).with(PATH_PARAM, path.toString());
 }
コード例 #2
0
ファイル: IiopPresenter.java プロジェクト: claudio4j/hal.next
 @Override
 protected FinderPath finderPath() {
   return FinderPath.subsystemPath(statementContext.selectedProfile(), ROOT_TEMPLATE.lastValue());
 }