org.apache.pluto.util.assemble.file
Class FileAssembler

java.lang.Object
  extended by org.apache.pluto.util.assemble.WebXmlRewritingAssembler
      extended by org.apache.pluto.util.assemble.file.FileAssembler
All Implemented Interfaces:
Assembler

public class FileAssembler
extends WebXmlRewritingAssembler

Since:
Nov 8, 2004
Version:
1.0

Field Summary
 
Fields inherited from interface org.apache.pluto.util.assemble.Assembler
DISPATCH_SERVLET_CLASS, PORTLET_XML, SERVLET_XML
 
Constructor Summary
FileAssembler()
          Default no-arg constructor.
 
Method Summary
 void assemble(AssemblerConfig config)
          Assemble a web application into a portlet web application which is deployable into the pluto-1.1 portlet container.
 
Methods inherited from class org.apache.pluto.util.assemble.WebXmlRewritingAssembler
updateWebappDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAssembler

public FileAssembler()
Default no-arg constructor.

Method Detail

assemble

public void assemble(AssemblerConfig config)
              throws UtilityException
Description copied from interface: Assembler
Assemble a web application into a portlet web application which is deployable into the pluto-1.1 portlet container. The specified web application will be overwritten with the new application.

Throws:
UtilityException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.