Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setHreflang (0.07 sec)

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

        }
    
        /**
         * Gets the hreflang attribute.
         * @return the hreflang value
         */
        public String getHreflang() {
            return hreflang;
        }
    
        /**
         * Sets the hreflang attribute.
         * @param hreflang the hreflang value to set
         */
        public void setHreflang(final String hreflang) {
            this.hreflang = hreflang;
        }
    
        /**
         * Gets the href URL.
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top