Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setUrlLink (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/entity/ChatMessage.java

                return urlLink;
            }
    
            /**
             * Sets the ViewHelper-processed URL for display.
             *
             * @param urlLink the URL link
             */
            public void setUrlLink(final String urlLink) {
                this.urlLink = urlLink;
            }
    
            /**
             * Gets the go link URL for navigation.
             *
             * @return the go URL
             */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 04:52:31 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top