public interface WebAppDescriptorService
Modifier and Type | Method and Description |
---|---|
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).
|
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.Copyright © 2003-2013 . All Rights Reserved.