org.apache.pluto.portlet.admin.services
Class PortletConfigService

java.lang.Object
  extended by 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

Nested Class Summary
 class PortletConfigService.RoleRef
          Small Value Object holding a security-role-ref name and link values in the portletDDList List.
 
Field Summary
static java.lang.String CLASS_NAME
           
 
Constructor Summary
PortletConfigService(java.io.InputStream ios)
           
 
Method Summary
 java.util.List getPortletDDList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

PortletConfigService

public PortletConfigService(java.io.InputStream ios)
Method Detail

getPortletDDList

public java.util.List getPortletDDList()


Copyright © 2003-2011 . All Rights Reserved.