uPortal 2.4.1
API Documentation

org.jasig.portal.container.binding
Class WebApplicationUnmarshaller

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

public class WebApplicationUnmarshaller
extends java.lang.Object

Parses a web.xml file and produces data structures.

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

Constructor Summary
WebApplicationUnmarshaller()
           
 
Method Summary
 org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
          Returns a WebApplicationDefinition object that was populated with data from the web.xml file.
 void init(java.io.InputStream inputStream, java.lang.String contextName)
          Initializer that takes an input stream to the web.xml file as well as the context name of the portlet application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationUnmarshaller

public WebApplicationUnmarshaller()
Method Detail

init

public void init(java.io.InputStream inputStream,
                 java.lang.String contextName)
          throws java.io.IOException,
                 org.xml.sax.SAXException
Initializer that takes an input stream to the web.xml file as well as the context name of the portlet application.

Parameters:
inputStream - an input stream to the contents of the web.xml file
contextName - the context name of the portlet application
Throws:
java.io.IOException
org.xml.sax.SAXException

getWebApplicationDefinition

public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
Returns a WebApplicationDefinition object that was populated with data from the web.xml file.

Returns:
the web application definition

uPortal 2.4.1
API Documentation