Examples of contextRoot()


Examples of org.jboss.wsf.spi.annotation.WebContext.contextRoot()

/*     */       {
/* 112 */         log.warn("@WebContext.contextRoot is only valid on EJB endpoints");
/*     */       }
/*     */       else
/*     */       {
/* 116 */         String contextRoot = anWebContext.contextRoot();
/* 117 */         if (!contextRoot.startsWith("/")) {
/* 118 */           contextRoot = "/" + contextRoot;
/*     */         }
/* 120 */         sepMetaData.setContextRoot(contextRoot);
/*     */       }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.