예제 #1
0
 public static String printSelectedAttribs(
     String optionValue, String requestValue, String toPrint) {
   return HTML.printSelectedAttribs(optionValue, new String[] {requestValue}, toPrint);
 }
예제 #2
0
 public static String printSelectedAttribs(
     Long optionValue, String[] requestValue, String toPrint) {
   return HTML.printSelectedAttribs(optionValue.toString(), requestValue, toPrint);
 }