|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Runtime meta data for a portlet.
Method Summary | |
CacheInfo |
getCache()
Retrieves caching-related information for the described portlet. |
CapabilitiesInfo |
getCapabilities()
Retrieves the capabilities of supported by the described portlet. |
MetaInfo |
getMeta()
Retrieves the portlet description (title, keywords, etc). |
PreferencesInfo |
getPreferences()
Retrieves information about the preferences supported by the described portlet, it must return null if the portlet cannot be personalized. |
SecurityInfo |
getSecurity()
Retrieves the security information for the described portlet. |
SessionInfo |
getSession()
Retrieves session-related information for the described portlet. |
java.lang.Boolean |
isRemotable()
Determines whether the described portlet can be accessed remotely (such as via WSRP) or not. |
Method Detail |
public CapabilitiesInfo getCapabilities()
public PreferencesInfo getPreferences()
public MetaInfo getMeta()
public SecurityInfo getSecurity()
public CacheInfo getCache()
public SessionInfo getSession()
public java.lang.Boolean isRemotable()
null
return value expressing the fact that the remotable
status hasn't been explicitely set.
Boolean.TRUE
if the described portlet can be accessed remotely, Boolean.FALSE
if the described portlet cannot be accessed remotely, null
if the value hasn't been specified
explicitely for the associated portlet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |