|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.pluto.util.assemble.WebXmlRewritingAssembler
| Field Summary |
| Fields inherited from interface org.apache.pluto.util.assemble.Assembler |
DISPATCH_SERVLET_CLASS, PORTLET_XML, SERVLET_XML |
| Constructor Summary | |
WebXmlRewritingAssembler()
|
|
| Method Summary | |
protected void |
updateWebappDescriptor(java.io.InputStream webXmlIn,
java.io.InputStream portletXmlIn,
java.io.OutputStream webXmlOut,
java.lang.String dispatchServletClass)
Updates the webapp descriptor by injecting portlet wrapper servlet definitions and mappings. |
| 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.util.assemble.Assembler |
assemble |
| Constructor Detail |
public WebXmlRewritingAssembler()
| Method Detail |
protected void updateWebappDescriptor(java.io.InputStream webXmlIn,
java.io.InputStream portletXmlIn,
java.io.OutputStream webXmlOut,
java.lang.String dispatchServletClass)
throws java.io.IOException
webXmlIn - input stream to the webapp descriptor, it will be closed before the web xml is written out.portletXmlIn - input stream to the portlet app descriptor, it will be closed before the web xml is written out.webXmlOut - output stream to the webapp descriptor, it will be flushed and closed.dispatchServletClass - The name of the servlet class to use for
handling portlet requests
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||