oracle.portal.provider.v1.http
Class URLPortlet
oracle.portal.provider.v1.http.URLPortlet
- public class URLPortlet
URLPortlet is an extension of DefaultPortlet which is customized for
PDK-URL Serivce's use. This class contains meta data information which
is used to specify portlet's access control type, and the type of portlet
itself.
- See Also:
oracle.portal.provider.v1.http.DefaultPortlet
URLPortlet
public URLPortlet()
getAccessControl
public java.lang.String getAccessControl()
- Get method for accessControl tag
- Returns:
- String value of accessControl tag.
setAccessControl
public void setAccessControl(java.lang.String aControl)
- Set method for accessControl tag
- Parameters:
aControl - value of accessControl tag.
getRegistrationPortlet
public boolean getRegistrationPortlet()
- Get method for registrationPortlet tag
- Returns:
- true/false depending on whether is portlet is of
registration type of not.
setRegistrationPortlet
public void setRegistrationPortlet(java.lang.String regPortlet)
- Set method for registrationPortlet tag
- Parameters:
regPortlet - String indicating if the portlet is of registration type of not.