Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getContentLoc (0.07 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java

            this.description = description;
        }
    
        /**
         * Gets the content location URL.
         * @return the content URL
         */
        public String getContentLoc() {
            return contentLoc;
        }
    
        /**
         * Sets the content location URL.
         * @param contentLoc the content URL to set
         */
        public void setContentLoc(final String contentLoc) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java

            assertEquals("Sample video title", video.getTitle());
            assertEquals("Sample video description", video.getDescription());
            assertEquals("http://www.example.com/video123.mp4", video.getContentLoc());
            assertEquals("600", video.getDuration());
        }
    
        public void test_parseXmlSitemapsWithNews() {
            final String xml =
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 36.7K bytes
    - Viewed (0)
Back to top