| java.lang.Object org.apache.pluto.util.assemble.io.WebXmlStreamingAssembly
WebXmlStreamingAssembly | public class WebXmlStreamingAssembly (Code) | | Utility class responsible for accepting web.xml and portlet.xml as InputStreams, and assembling
the web.xml to an OutputStream.
|
assembleStream | public static void assembleStream(InputStream webXmlIn, InputStream portletXmlIn, OutputStream assembledWebXmlOut, String dispatchServletClass) throws IOException(Code) | | Assembles the web.xml represented by the InputStream .
Parameters: webXmlIn - the unassembled web.xml file Parameters: portletXmlIn - the corresponding portlet.xml file Parameters: assembledWebXmlOut - the assembled web.xml file Parameters: dispatchServletClass - the dispatch servlet throws: IOException - |
|
|