org.apache.pluto.portlet.admin.services
Class PortletConfigService
java.lang.Object
org.apache.pluto.portlet.admin.services.PortletConfigService
public class PortletConfigService
- extends java.lang.Object
Parses out info from portlet.xml, putting them in a list
of PortletDD objects to be used to update web.xml during deployment.
- Author:
- Craig Doremus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_doc
private org.w3c.dom.Document _doc
portletDDList
private java.util.List portletDDList
CLASS_NAME
public static final java.lang.String CLASS_NAME
- See Also:
- Constant Field Values
PortletConfigService
private PortletConfigService()
PortletConfigService
public PortletConfigService(java.io.InputStream ios)
getDocument
private static org.w3c.dom.Document getDocument(java.io.InputStream ios)
createPortletDDList
private void createPortletDDList()
getPortletDDList
public java.util.List getPortletDDList()