Uses of Class
org.apache.pluto.descriptors.common.SecurityRoleRefDD

Packages that use SecurityRoleRefDD
org.apache.pluto.descriptors.common Common deployment descriptor elements used in many descriptors. 
org.apache.pluto.descriptors.portlet   
 

Uses of SecurityRoleRefDD in org.apache.pluto.descriptors.common
 

Methods in org.apache.pluto.descriptors.common that return SecurityRoleRefDD
 SecurityRoleRefDD ObjectFactory.createSecurityRoleRefDD()
          Create an instance of SecurityRoleRefDD
 

Methods in org.apache.pluto.descriptors.common that return types with arguments of type SecurityRoleRefDD
 javax.xml.bind.JAXBElement<SecurityRoleRefDD> ObjectFactory.createPortletDDSecurityRoleRef(SecurityRoleRefDD value)
          Create an instance of JAXBElement<SecurityRoleRefDD>}
 

Methods in org.apache.pluto.descriptors.common with parameters of type SecurityRoleRefDD
 javax.xml.bind.JAXBElement<SecurityRoleRefDD> ObjectFactory.createPortletDDSecurityRoleRef(SecurityRoleRefDD value)
          Create an instance of JAXBElement<SecurityRoleRefDD>}
 

Uses of SecurityRoleRefDD in org.apache.pluto.descriptors.portlet
 

Methods in org.apache.pluto.descriptors.portlet that return types with arguments of type SecurityRoleRefDD
 java.util.List<SecurityRoleRefDD> PortletDD.getSecurityRoleRefs()
           
 

Method parameters in org.apache.pluto.descriptors.portlet with type arguments of type SecurityRoleRefDD
 void PortletDD.setSecurityRoleRefs(java.util.List<SecurityRoleRefDD> securityRoleRefs)
           
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.