Home | History | Annotate | Download | only in util

Lines Matching refs:getURL

797     public String getURL() { return url; }
803 info.add(getURL());
841 info.add(getURL(docid));
852 public static String getURL(String docid) {
853 return getURL(docid, null);
857 public static String getURL(String docid, String extraParams) {
900 info.add(getURL(docid));
910 public static String getURL(String docid) {
911 return getURL(docid, null);
915 public static String getURL(String docid, String extraParams) {
1082 info.add(getUrl());
1090 public String getUrl() {
1254 html.append(((Link)token).getURL());
1277 html.append(((Video)token).getURL(((Video)token).getDocID()));
1286 html.append(((YouTubeVideo)token).getURL(
1308 html.append(((FlickrPhoto)token).getUrl());