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

java.lang.Object
  extended by org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorService
      extended by org.apache.pluto.descriptors.services.impl.StreamPortletAppDescriptorServiceImpl
All Implemented Interfaces:
PortletAppDescriptorService

public class StreamPortletAppDescriptorServiceImpl
extends AbstractPortletAppDescriptorService

TODO: Document

Since:
Mar 7, 2005
Version:
$Id: StreamPortletAppDescriptorServiceImpl.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
StreamPortletAppDescriptorServiceImpl(java.lang.String contextPath, java.io.InputStream in, java.io.OutputStream out)
           
 
Method Summary
 java.lang.String getContextPath()
           
protected  java.io.InputStream getInputStream()
           
protected  java.io.OutputStream getOutputStream()
           
protected  java.lang.Object readInternal()
          Read the and convert the descriptor into it's Object graph.
protected  void writeInternal(java.lang.Object object)
          Write the object graph to it's descriptor.
 
Methods inherited from class org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorService
getCastorMapping, getDTDUri, getIgnoreExtraElements, getPublicId, read, write
 
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

StreamPortletAppDescriptorServiceImpl

public StreamPortletAppDescriptorServiceImpl(java.lang.String contextPath,
                                             java.io.InputStream in,
                                             java.io.OutputStream out)
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

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


Copyright © 2003-2011 . All Rights Reserved.