Forge - Parent 1.1.2-SNAPSHOT

org.jboss.forge.spec.javaee
Interface RestApplicationFacet

All Superinterfaces:
Facet

public interface RestApplicationFacet
extends Facet


Field Summary
static String REST_APPLICATIONCLASS_NAME
           
static String REST_APPLICATIONCLASS_PACKAGE
           
 
Method Summary
 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
 

Field Detail

REST_APPLICATIONCLASS_PACKAGE

static final String REST_APPLICATIONCLASS_PACKAGE
See Also:
Constant Field Values

REST_APPLICATIONCLASS_NAME

static final String REST_APPLICATIONCLASS_NAME
See Also:
Constant Field Values
Method Detail

setApplicationPath

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


Forge - Parent 1.1.2-SNAPSHOT

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