< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/WebModule.java

Print this page

        

*** 41,51 **** * For example, if this is an web appliation running in a servlet * container "http://myhost/myapp", then this method should return * this URI. * * <p> ! * This method follows the convention of the <tt>HttpServletRequest.getContextPath()</tt>, * and accepts strings like "http://myhost" (for web applications that are deployed * to the root context path), or "http://myhost/foobar" (for web applications * that are deployed to context path "/foobar") * * <p> --- 41,51 ---- * For example, if this is an web appliation running in a servlet * container "http://myhost/myapp", then this method should return * this URI. * * <p> ! * This method follows the convention of the {@code HttpServletRequest.getContextPath()}, * and accepts strings like "http://myhost" (for web applications that are deployed * to the root context path), or "http://myhost/foobar" (for web applications * that are deployed to context path "/foobar") * * <p>
< prev index next >