com.sun.portal.portlet.admin.mbeans.tasks |
|
Java Source File Name | Type | Comment |
DeploymentDescriptorFinder.java | Class | |
DPRegister.java | Class | |
DPUNRegister.java | Class | |
NoOpEntityResolver.java | Class | A dummy entity resolver to be used by parsers that want to prevent external
references to DTD from being processed. |
PDDeploy.java | Class | |
PDDPUpdater.java | Class | PDDPUpdater is responsible for adding the provider
entries created by PDProviderEntryGenerator class to
the DP document and storing the updated DP document. |
PDProviderEntryGenerator.java | Class | |
PDUNDeploy.java | Class | PDUNDeploy is responsible for removing the provider entries
corresponding to the portlet entries in portlet.xml and updating
the display profile. |
PDWarUpdater.java | Class | PDWarUpdater is responsible for inserting the
Context Params, listener classes and PAE servlet
definition into the web.xml of the war file and inserting
the PAE jar file into the war file. |
PDWebAppUpdater.java | Class | 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. |
PortletDeployerException.java | Class | A PortletDeployerException is thrown when there are errors related to
display profile and server deploy operations. |
PortletDeployerLocalizer.java | Class | PortletDeployerLocalizer is responsible for getting
the localized debug/warning/error messages from the
properties file. |
WebAppExtractor.java | Class | |