|
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.WebApplicationUnmarshaller
Parses a web.xml
file and produces data structures.
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 |
public WebApplicationUnmarshaller()
Method Detail |
public void init(java.io.InputStream inputStream, java.lang.String contextName) throws java.io.IOException, org.xml.sax.SAXException
web.xml
file as well
as the context name of the portlet application.
inputStream
- an input stream to the contents of the web.xml
filecontextName
- the context name of the portlet application
java.io.IOException
org.xml.sax.SAXException
public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
web.xml
file.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |