|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.container.info.ContainerPortletInfo
For now implementation that use the portlet container directly.
| Field Summary | |
private ContainerCacheInfo |
cache
|
private ContainerCapabilities |
capabilities
|
private PortletContainer |
container
|
private ContainerMetaInfo |
meta
|
private ContainerPreferencesInfo |
preferences
|
private java.lang.Boolean |
remotable
|
private ContainerSecurityInfo |
security
|
private ContainerSessionInfo |
session
|
| Constructor Summary | |
ContainerPortletInfo(PortletContainer container,
PortletResourceBundleManager bundleMgr,
ContentTypes contentTypes)
|
|
| Method Summary | |
CacheInfo |
getCache()
Retrieves caching-related information for the described portlet. |
CapabilitiesInfo |
getCapabilities()
Retrieves the capabilities of supported by the described portlet. |
PortletContainer |
getContainer()
|
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private PortletContainer container
private ContainerCapabilities capabilities
private ContainerPreferencesInfo preferences
private ContainerMetaInfo meta
private ContainerSecurityInfo security
private ContainerCacheInfo cache
private ContainerSessionInfo session
private java.lang.Boolean remotable
| Constructor Detail |
public ContainerPortletInfo(PortletContainer container, PortletResourceBundleManager bundleMgr, ContentTypes contentTypes) throws java.lang.Exception
| Method Detail |
public PortletContainer getContainer()
public CapabilitiesInfo getCapabilities()
PortletInfo
getCapabilities in interface PortletInfopublic PreferencesInfo getPreferences()
PortletInfo
getPreferences in interface PortletInfopublic MetaInfo getMeta()
PortletInfo
getMeta in interface PortletInfopublic SecurityInfo getSecurity()
PortletInfo
getSecurity in interface PortletInfopublic CacheInfo getCache()
PortletInfo
getCache in interface PortletInfopublic SessionInfo getSession()
PortletInfo
getSession in interface PortletInfopublic java.lang.Boolean isRemotable()
PortletInfonull return value expressing the fact that the remotable status
hasn't been explicitely set.
isRemotable in interface PortletInfoBoolean.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 | |||||||||