|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A MutableMobilePortlet is a MobilePortlet which can be
modified, either by direct calls or a suitably configured
provider.xml.
| Method Summary | |
void |
setCallGetPortlet(boolean value)
Controls whether calls to retrieve this Portlet's meta data should be made before displaying in the portlet repository. |
void |
setCallGetPortlet(java.lang.String value)
Controls whether calls to retrieve this Portlet's meta data should be made before displaying in the portlet repository. |
void |
setCallIsRunnable(boolean value)
Controls whether calls to isPortletRunnable should be made
to this Portlet before displaying in the portlet repository. |
void |
setCallIsRunnable(java.lang.String value)
Controls whether calls to isPortletRunnable should be made
to this Portlet before displaying in the portlet repository. |
void |
setShowLinkMode(boolean value)
Controls whether this Portlet is capable of rendering content for link mode. |
void |
setShowLinkMode(java.lang.String value)
Controls whether this Portlet is capable of rendering content for link mode. |
| Methods inherited from interface oracle.portal.provider.v1.MutablePortlet |
addAcceptContentType,
addInputParameter,
setDefaultLocale,
setDescription,
setHasAbout,
setHasHelp,
setId,
setName,
setPersonalizationManager,
setRenderer,
setResource,
setSecurityManager,
setShowDetails,
setShowEdit,
setShowEditDefault,
setShowEditToPublic,
setShowPreview,
setTimeout,
setTimeoutMessage,
setTitle |
| Methods inherited from interface oracle.portal.provider.v1.Portlet |
getAcceptContentTypes,
getDefaultLocale,
getDescription,
getId,
getInputParameters,
getName,
getPersonalizationManager,
getProvider,
getRenderer,
getResourceBundle,
getSecurityManager,
getShowEditToPublic,
getTimeout,
getTimeoutMessage,
getTitle,
hasAbout,
hasHelp,
hasShowDetails,
hasShowEdit,
hasShowEditDefault,
hasShowPreview,
init |
| Method Detail |
public void setShowLinkMode(boolean value)
value - boolean flag.public void setShowLinkMode(java.lang.String value)
value - String representing a boolean.public void setCallIsRunnable(boolean value)
isPortletRunnable should be made
to this Portlet before displaying in the portlet repository. If false,
the portlet is treated as a public portlet visible to all users.value - boolean flag.public void setCallIsRunnable(java.lang.String value)
isPortletRunnable should be made
to this Portlet before displaying in the portlet repository. If false,
the portlet is treated as a public portlet visible to all users.value - String representing a boolean.public void setCallGetPortlet(boolean value)
value - boolean flag.public void setCallGetPortlet(java.lang.String value)
value - String representing a boolean.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||