org.apache.pluto.portlet.admin.services
Class PortletConfigService.RoleRef
java.lang.Object
org.apache.pluto.portlet.admin.services.PortletConfigService.RoleRef
- Enclosing class:
- PortletConfigService
public class PortletConfigService.RoleRef
- extends java.lang.Object
Small Value Object holding a security-role-ref name and link
values in the portletDDList List.
- Author:
- cdoremus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roleName
public java.lang.String roleName
roleLink
public java.lang.String roleLink
PortletConfigService.RoleRef
private PortletConfigService.RoleRef()
PortletConfigService.RoleRef
public PortletConfigService.RoleRef(java.lang.String p_roleName,
java.lang.String p_roleLink)