public interface PortletInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Returns the portlet application name.
|
<T> T |
getAttachment(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).
|
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.
|
Map<String,RuntimeOptionInfo> |
getRuntimeOptionsInfo()
Retrieves the runtime container options set by the associated portlet, if any.
|
SecurityInfo |
getSecurity()
Retrieves the security information for the described portlet.
|
String getName()
String getApplicationName()
CapabilitiesInfo getCapabilities()
PreferencesInfo getPreferences()
MetaInfo getMeta()
SecurityInfo getSecurity()
CacheInfo getCache()
EventingInfo getEventing()
NavigationInfo getNavigation()
<T> T getAttachment(Class<T> type) throws IllegalArgumentException
type - the parameter typeIllegalArgumentException - if the parameter type is nullMap<String,RuntimeOptionInfo> getRuntimeOptionsInfo()
Copyright © 2003-2020 GateIn. All Rights Reserved.