org.apache.pluto.descriptors.services.impl
Class StreamPortletAppDescriptorServiceImpl
java.lang.Object
org.apache.pluto.descriptors.services.impl.AbstractCastorDescriptorService
org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorService
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 |
private java.io.InputStream |
in
|
private java.io.OutputStream |
out
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
private java.io.InputStream in
out
private java.io.OutputStream out
StreamPortletAppDescriptorServiceImpl
public StreamPortletAppDescriptorServiceImpl(java.lang.String contextPath,
java.io.InputStream in,
java.io.OutputStream out)
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