|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletInfo
Runtime meta data for a portlet.
| Method Summary | ||
|---|---|---|
java.lang.String |
getApplicationName()
Returns the portlet application name. |
|
|
getAttachment(java.lang.Class<T> type)
Returns a generic attachment on the portlet info. |
|
CacheInfo |
getCache()
Retrieves caching-related information for the described portlet. |
|
CapabilitiesInfo |
getCapabilities()
Retrieves the capabilities of supported by the described portlet. |
|
EventingInfo |
getEventing()
Return the eventing information. |
|
MetaInfo |
getMeta()
Retrieves the portlet description (title, keywords, etc). |
|
java.lang.String |
getName()
Returns the portlet name. |
|
NavigationInfo |
getNavigation()
Returns the navigation information. |
|
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. |
|
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getApplicationName()
CapabilitiesInfo getCapabilities()
PreferencesInfo getPreferences()
MetaInfo getMeta()
SecurityInfo getSecurity()
CacheInfo getCache()
EventingInfo getEventing()
NavigationInfo getNavigation()
<T> T getAttachment(java.lang.Class<T> type)
throws java.lang.IllegalArgumentException
type - the parameter type
java.lang.IllegalArgumentException - if the parameter type is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||