コード例 #1
0
ファイル: ReportTable.java プロジェクト: neeph/OpenGTSFull
 public static String EncodeURL(RequestProperties reqState, URIArg url) {
   return WebPageAdaptor.EncodeURL(reqState, url);
 }