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

java.lang.Object
  extended byorg.apache.pluto.descriptors.services.impl.AbstractCastorDescriptorService
      extended byorg.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorService
          extended byorg.apache.pluto.descriptors.services.impl.FilePortletAppDescriptorServiceImpl
All Implemented Interfaces:
PortletAppDescriptorService

public class FilePortletAppDescriptorServiceImpl
extends AbstractPortletAppDescriptorService

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

Field Summary
 
Fields inherited from class org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorService
PORTLET_XML_MAPPING
 
Constructor Summary
FilePortletAppDescriptorServiceImpl(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.AbstractPortletAppDescriptorService
getCastorMapping, getContextPath, getDTDUri, getIgnoreExtraElements, getPublicId, read, readInternal, write, 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.PortletAppDescriptorService
getContextPath
 

Constructor Detail

FilePortletAppDescriptorServiceImpl

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

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


Copyright © 2003-2007 . All Rights Reserved.