org.apache.pluto.descriptors.services.impl
Class FileWebAppDescriptorServiceImpl
java.lang.Object
org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileWebAppDescriptorServiceImpl
public FileWebAppDescriptorServiceImpl(java.io.File file)
getInputStream
protected java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
protected java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getContextPath
public java.lang.String getContextPath()
readInternal
protected java.lang.Object readInternal()
throws java.io.IOException
- Read the and convert the descriptor into it's Object graph.
- Returns:
-
- Throws:
java.io.IOException
writeInternal
protected void writeInternal(java.lang.Object object)
throws java.io.IOException
- Write the object graph to it's descriptor.
- Parameters:
object
-
- Throws:
java.io.IOException
getIgnoreExtraElements
protected boolean getIgnoreExtraElements()
Copyright © 2003-2010 . All Rights Reserved.