| Package | Description |
|---|---|
| org.jboss.forge.addon.javaee.rest | |
| org.jboss.forge.addon.javaee.rest.config |
| Modifier and Type | Method and Description |
|---|---|
RestConfigurationStrategy |
RestFacet.getConfigurationStrategy()
Returns the activation type chosen for this facet
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestFacet.setConfigurationStrategy(RestConfigurationStrategy configurationStrategy)
Set the configuration strategy for this RestFacet
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestApplicationClassConfigurationStrategy
Configures the Rest facet through the web.xml
|
class |
RestWebXmlConfigurationStrategy
Configures the Rest facet through the web.xml
|
| Modifier and Type | Method and Description |
|---|---|
static RestConfigurationStrategy |
RestConfigurationStrategyFactory.createUsingJavaClass(org.jboss.forge.parser.java.JavaClass javaClass) |
static RestConfigurationStrategy |
RestConfigurationStrategyFactory.createUsingJavaClass(String path,
org.jboss.forge.parser.java.JavaClass javaClass) |
static RestConfigurationStrategy |
RestConfigurationStrategyFactory.createUsingWebXml(String path) |
static RestConfigurationStrategy |
RestConfigurationStrategyFactory.from(org.jboss.forge.addon.projects.Project project) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.