예제 #1
0
파일: HttpsMapper.java 프로젝트: dmt/wicket
 @Override
 public int getCompatibilityScore(Request request) {
   return delegate.getCompatibilityScore(request);
 }