uPortal 2.4.1
API Documentation

org.jasig.portal.container.binding
Class PortletApplicationUnmarshaller

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

public class PortletApplicationUnmarshaller
extends java.lang.Object

Parses a portlet.xml file and produces data structures.

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

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

Constructor Detail

PortletApplicationUnmarshaller

public PortletApplicationUnmarshaller()
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 portlet.xml file.

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

getPortletApplicationDefinition

public org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplicationDefinition)
Returns a PortletApplicationDefinition object that was populated with data from the portlet.xml file.

Returns:
the portlet application definition

uPortal 2.4.1
API Documentation