org.apache.pluto.util.assemble.io |
|
Java Source File Name | Type | Comment |
AssemblyStreamTest.java | Class | This test class directly tests the Jar streaming assembly,
bypassing the file assemblers (EarAssembler, WarAssembler). |
JarStreamingAssembly.java | Class | Utility class responsible for accepting a JarInputStream representing a web application archive,
iterating over each JarEntry in the input stream and assembling the WAR web.xml for portlet
deployment. |
WebXmlStreamingAssembly.java | Class | Utility class responsible for accepting web.xml and portlet.xml as InputStreams, and assembling
the web.xml to an OutputStream. |