org.apache.pluto.util.assemble
Interface Assembler

All Known Implementing Classes:
WebXmlRewritingAssembler

public interface Assembler

The pluto assembler is used to assemble a portlet application which is deployable to pluto.

Since:
Oct 15, 2004
Version:
1.0

Field Summary
static java.lang.String DISPATCH_SERVLET_CLASS
           
static java.lang.String PORTLET_XML
           
static java.lang.String SERVLET_XML
           
 
Method Summary
 void assemble(AssemblerConfig config)
          Assemble a web applicaiton into a portlet web application which is deployable into the pluto-1.1 portlet container.
 

Field Detail

PORTLET_XML

public static final java.lang.String PORTLET_XML
See Also:
Constant Field Values

SERVLET_XML

public static final java.lang.String SERVLET_XML
See Also:
Constant Field Values

DISPATCH_SERVLET_CLASS

public static final java.lang.String DISPATCH_SERVLET_CLASS
See Also:
Constant Field Values
Method Detail

assemble

public void assemble(AssemblerConfig config)
              throws UtilityException
Assemble a web applicaiton 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-2007 Apache Software Foundation. All Rights Reserved.