Forge - Parent 1.1.2-SNAPSHOT

org.jboss.forge.spec.javaee
Interface RestWebXmlFacet

All Superinterfaces:
Facet

public interface RestWebXmlFacet
extends Facet


Method Summary
 String getServletPath()
          Get the path of the JAX-RS servlet
 void setApplicationPath(String path)
          Set the root web-path from which REST requests should be serviced.
 
Methods inherited from interface org.jboss.forge.project.Facet
getProject, install, isInstalled, setProject, uninstall
 

Method Detail

setApplicationPath

void setApplicationPath(String path)
Set the root web-path from which REST requests should be serviced.


getServletPath

String getServletPath()
Get the path of the JAX-RS servlet


Forge - Parent 1.1.2-SNAPSHOT

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.