uPortal 2.4.1
API Documentation

org.jasig.portal.container.binding
Class WebApplicationMarshaller

java.lang.Object
  extended byorg.jasig.portal.container.binding.WebApplicationMarshaller

public class WebApplicationMarshaller
extends java.lang.Object

Produces a web.xml file based on a WebApplicationDefinition object.

Version:
$Revision: 1.4 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
WebApplicationMarshaller()
           
 
Method Summary
 void init(org.apache.pluto.om.servlet.WebApplicationDefinition webApplicationDefinition, Serializer serializer)
           
 void marshall()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationMarshaller

public WebApplicationMarshaller()
Method Detail

init

public void init(org.apache.pluto.om.servlet.WebApplicationDefinition webApplicationDefinition,
                 Serializer serializer)

marshall

public void marshall()
              throws java.lang.Exception
Throws:
java.lang.Exception

uPortal 2.4.1
API Documentation