|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
oracle.portal.provider.v1.URLPortletParameter
Class which has an option to make portlet parameter either mandatory or optional. If a parameter is marked as mandatory while rendering the portlet we make sure that these parameters are set. Otherwise user will be prompted to go back to edit screen and define them.
| Constructor Summary | |
URLPortletParameter()
|
|
| Method Summary | |
java.lang.String |
getDisplayName()
Returns the parameter's display name. |
java.lang.String |
getValue()
Returns the parameter value. |
boolean |
isMandatory()
Method which informs about URL Portlet parameter type. |
void |
setDisplayName(java.lang.String dispName)
Sets the parameter's display name. |
void |
setIsMandatory(java.lang.String flag)
Method which makes URLPortlet parameter either mandatory or optional. |
void |
setValue(java.lang.String value)
Sets the parameter value. |
| Constructor Detail |
public URLPortletParameter()
| Method Detail |
public void setIsMandatory(java.lang.String flag)
flag - true/falsepublic boolean isMandatory()
public void setValue(java.lang.String value)
value - pre-populated parameter value.public java.lang.String getValue()
public void setDisplayName(java.lang.String dispName)
dispName - Display name for parameterpublic java.lang.String getDisplayName()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||