Package org.jboss.resteasy.util
Class EmbeddedServerHelper
- java.lang.Object
-
- org.jboss.resteasy.util.EmbeddedServerHelper
-
public class EmbeddedServerHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServerHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
checkAppDeployment(ResteasyDeployment deployment)
String
checkAppPath(javax.ws.rs.ApplicationPath appPath)
String
checkContextPath(String contextPath)
void
checkDeployment(ResteasyDeployment deployment)
-
-
-
Method Detail
-
checkDeployment
public void checkDeployment(ResteasyDeployment deployment)
-
checkAppDeployment
public String checkAppDeployment(ResteasyDeployment deployment)
-
checkAppPath
public String checkAppPath(javax.ws.rs.ApplicationPath appPath)
-
-