org.apache.pluto.descriptors.services.impl
Class FileWebAppDescriptorServiceImpl

java.lang.Object
  extended by org.apache.pluto.descriptors.services.impl.AbstractCastorDescriptorService
      extended by org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
          extended by org.apache.pluto.descriptors.services.impl.FileWebAppDescriptorServiceImpl
All Implemented Interfaces:
WebAppDescriptorService

public class FileWebAppDescriptorServiceImpl
extends AbstractWebAppDescriptorService

Since:
Mar 5, 2005
Version:
$Id: FileWebAppDescriptorServiceImpl.java 156743 2005-03-10 05:50:30Z ddewolf $
Author:
David H. DeWolf

Field Summary
private  java.io.File file
           
private static java.lang.String WEB_XML_FILE
           
 
Fields inherited from class org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
WEB_XML_MAPPING
 
Constructor Summary
FileWebAppDescriptorServiceImpl(java.io.File file)
           
 
Method Summary
protected  java.io.InputStream getInputStream()
           
protected  java.io.OutputStream getOutputStream()
           
 
Methods inherited from class org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
getCastorMapping, getDTDUri, getPublicId, read, write
 
Methods inherited from class org.apache.pluto.descriptors.services.impl.AbstractCastorDescriptorService
getContextPath, getIgnoreExtraElements, readInternal, writeInternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.pluto.descriptors.services.WebAppDescriptorService
getContextPath
 

Field Detail

WEB_XML_FILE

private static final java.lang.String WEB_XML_FILE
See Also:
Constant Field Values

file

private java.io.File file
Constructor Detail

FileWebAppDescriptorServiceImpl

public FileWebAppDescriptorServiceImpl(java.io.File file)
Method Detail

getInputStream

protected java.io.InputStream getInputStream()
                                      throws java.io.IOException
Specified by:
getInputStream in class AbstractCastorDescriptorService
Throws:
java.io.IOException

getOutputStream

protected java.io.OutputStream getOutputStream()
                                        throws java.io.IOException
Specified by:
getOutputStream in class AbstractCastorDescriptorService
Throws:
java.io.IOException