|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebAppDescriptorService
WebApplication configuration as contained within the web.xml Deployment Descriptor.
Method Summary | |
---|---|
java.lang.String |
getContextPath()
Retrieve the name of the context path within which WebApps retrieved from this service reside. |
WebAppDD |
read()
Retrieve the WebApp deployment descriptor (web.xml). |
void |
write(WebAppDD dd)
Write the WebApp deployment descriptor (web.xml). |
Method Detail |
---|
java.lang.String getContextPath()
WebAppDD read() throws java.io.IOException
java.io.IOException
- if an IO error occurs.void write(WebAppDD dd) throws java.io.IOException
dd
-
java.io.IOException
- if an IO error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |