| java.lang.Object com.sun.portal.portlet.cli.PDWebAppUpdater
PDWebAppUpdater | public class PDWebAppUpdater (Code) | | PDWebAppUpdater is responsible for updating the web.xml file
in the PortletApplication war file.
The addWebAppParam() method takes the InputStream of the web.xml file
and checks for the listener classes and PAE servlet associated with
the PortletContainer. If any of these elements are found in the Document,
it will remove them and readd them.
The removeWebAppParam() method takes the InputStream of the web.xml file
and removes the listener classes, context Params, PAE servlet associated
with the portletcontainer.
The isWebAppUpdated() method checks if any of the elements associated with
the portletContainer are present in the web.xml document and returns true/false
based on the results.
|
|
|