| java.lang.Object org.apache.jetspeed.util.descriptor.WebApplicationDescriptor
WebApplicationDescriptor | public class WebApplicationDescriptor (Code) | | Utilities for manipulating the web.xml deployment descriptor
author: Ate Douma * version: $Id: WebDescriptorUtilities.java,v 1.2 2004/05/12 22:25:04 taylor version: Exp $ |
WebApplicationDescriptor | public WebApplicationDescriptor(Reader webXmlReader, String contextRoot)(Code) | | |
createWebApplication | public MutableWebApplication createWebApplication() throws PortletApplicationException(Code) | | Load a web.xml file into a Web Application tree
Parameters: pathWebXML - The path to the web.xml file Parameters: contexRoot - The context root of the web application Parameters: locale - The locale of the display name of the web application Parameters: displayName - The display name of the web application The Java object tree representing web.xml |
|
|