예제 #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
 @Override
 protected FinderPath finderPath() {
   return FinderPath.subsystemPath(statementContext.selectedProfile(), ROOT_TEMPLATE.lastValue());
 }