Skip to content

Commit a2cd02a

Browse files
committed
Add Java doc
1 parent 79bbe4d commit a2cd02a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

grails-web-url-mappings/src/main/groovy/grails/web/mapping/UrlMappingInfo.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,10 @@ public interface UrlMappingInfo {
122122
*/
123123
Object getRedirectInfo();
124124

125+
/**
126+
* Retrieves the UrlMappingData (information about a parsed URL) if any
127+
*
128+
* @return The UrlMappingData instance
129+
*/
125130
UrlMappingData getUrlData();
126131
}

0 commit comments

Comments
 (0)