You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,6 +84,12 @@ public class Versions extends VersionCenter {
81
84
Stringv_1_1;
82
85
/**
83
86
* @base
87
+
* <dl>
88
+
* <dt>request mapping path</dt><dd>the path which mapping to {@link WebMethod}, also equals to {@link WebMethod#getFullPath()}</dd>
89
+
* <dt>full request mapping path</dt><dd>the path which mapping to {@link WebMethod} and it include web context root path, equals to {@link WebMethod#getFullPath()}</dd>
90
+
* <dt>short request mapping path</dt><dd>the path which mapping to {@link WebMethod} and it not include web context root path, equals to {@link WebMethod#getRelativePath2()}</dd>
91
+
* <dt>request URI</dt><dd>equals to {@link HttpServletRequest#getRequestURI()}</dd>
0 commit comments