|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WebApplication configuration as contained within the web.xml Deployment Descriptor.
Method Summary | |
WebAppDD |
read(java.io.InputStream in)
Retrieve the WebApp deployment descriptor (web.xml). |
void |
write(WebAppDD dd,
java.io.OutputStream out)
Write the WebApp deployment descriptor (web.xml). |
Method Detail |
public WebAppDD read(java.io.InputStream in) throws java.io.IOException
java.io.IOException
- if an IO error occurs.public void write(WebAppDD dd, java.io.OutputStream out) throws java.io.IOException
dd
- out
- output stream to which the descriptor should be written
java.io.IOException
- if an IO error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |