org.apache.pluto.util.assemble.io
Class WebXmlStreamingAssembly
java.lang.Object
org.apache.pluto.util.assemble.io.WebXmlStreamingAssembly
public class WebXmlStreamingAssembly
- extends java.lang.Object
Utility class responsible for accepting web.xml and portlet.xml as InputStreams, and assembling
the web.xml to an OutputStream.
Method Summary |
static void |
assembleStream(java.io.InputStream webXmlIn,
java.io.InputStream portletXmlIn,
java.io.OutputStream assembledWebXmlOut,
java.lang.String dispatchServletClass)
Assembles the web.xml represented by the InputStream . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebXmlStreamingAssembly
public WebXmlStreamingAssembly()
assembleStream
public static void assembleStream(java.io.InputStream webXmlIn,
java.io.InputStream portletXmlIn,
java.io.OutputStream assembledWebXmlOut,
java.lang.String dispatchServletClass)
throws java.io.IOException
- Assembles the web.xml represented by the
InputStream
.
- Parameters:
webXmlIn
- the unassembled web.xml fileportletXmlIn
- the corresponding portlet.xml fileassembledWebXmlOut
- the assembled web.xml filedispatchServletClass
- the dispatch servlet
- Throws:
java.io.IOException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.