public class PortletDD
extends java.lang.Object
| Constructor and Description |
|---|
PortletDD()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPortletClass()
Retrieve the name of the portlet class.
|
java.lang.String |
getPortletName()
Retrieve the unique name of the portlet.
|
java.util.List |
getSecurityRoleRefs()
Retrieve the security role references for this portlet.
|
void |
setPortletClass(java.lang.String portletClass)
Set the name of the portlet class.
|
void |
setPortletName(java.lang.String portletName)
Set the unique name of the portlet.
|
void |
setSecurityRoleRefs(java.util.List securityRoleRefs)
Set the security role references for this portlet.
|
public java.lang.String getPortletName()
public void setPortletName(java.lang.String portletName)
portletName - public java.lang.String getPortletClass()
public void setPortletClass(java.lang.String portletClass)
portletClass - public java.util.List getSecurityRoleRefs()
public void setSecurityRoleRefs(java.util.List securityRoleRefs)
securityRoleRefs - Copyright © 2003-2013 . All Rights Reserved.