|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.container.binding.PortletApplicationUnmarshaller
Parses a portlet.xml
file and produces data structures.
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 |
public PortletApplicationUnmarshaller()
Method Detail |
public void init(java.io.InputStream inputStream, java.lang.String contextName) throws java.io.IOException, org.xml.sax.SAXException
portlet.xml
file.
inputStream
- an input stream to the contents of the portlet.xml
file
java.io.IOException
org.xml.sax.SAXException
public org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplicationDefinition)
portlet.xml
file.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |