|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletFacet
If installed, this Project supports features from the Servlet specification.
| Method Summary | |
|---|---|
org.jboss.shrinkwrap.descriptor.api.spec.servlet.web.WebAppDescriptor |
getConfig()
Parse and return this Project's web.xml file as a WebAppDescriptor |
FileResource<?> |
getConfigFile()
Return a reference to this Project's web.xml file. |
List<Resource<?>> |
getResources()
List all files in this Project's WebContent directory, recursively. |
List<Resource<?>> |
getResources(ResourceFilter filter)
List all files in this Project's WebContent directory, recursively, only if they match the given
ResourceFilter. |
void |
saveConfig(org.jboss.shrinkwrap.descriptor.api.spec.servlet.web.WebAppDescriptor descriptor)
Save the given WebAppDescriptor as this Project's web.xml file |
| Methods inherited from interface org.jboss.forge.project.Facet |
|---|
getProject, install, isInstalled, setProject, uninstall |
| Method Detail |
|---|
org.jboss.shrinkwrap.descriptor.api.spec.servlet.web.WebAppDescriptor getConfig()
Project's web.xml file as a WebAppDescriptor
void saveConfig(org.jboss.shrinkwrap.descriptor.api.spec.servlet.web.WebAppDescriptor descriptor)
WebAppDescriptor as this Project's web.xml file
FileResource<?> getConfigFile()
Project's web.xml file.
List<Resource<?>> getResources()
Project's WebContent directory, recursively.
List<Resource<?>> getResources(ResourceFilter filter)
Project's WebContent directory, recursively, only if they match the given
ResourceFilter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||