コード例 #1
0
ファイル: Utils.java プロジェクト: orionhealth/jax-doclets
 public static String getAbsolutePath(DocletWriter writer, Resource resource) {
   return addContextPath(writer.getConfiguration(), resource.getAbsolutePath());
 }
コード例 #2
0
ファイル: Utils.java プロジェクト: orionhealth/jax-doclets
 public static String getDisplayURL(
     DocletWriter writer, Resource resource, ResourceMethod method) {
   return addContextPath(writer.getConfiguration(), method.getURL(resource));
 }