|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.wsrp.consumer.portlet.info.WSRPPortletInfo
Nested Class Summary | |
(package private) class |
WSRPPortletInfo.BasicModeInfo
|
(package private) class |
WSRPPortletInfo.BasicWindowStateInfo
|
(package private) class |
WSRPPortletInfo.MIMETypeInfo
|
Field Summary | |
private CapabilitiesInfo |
capabilities
|
private boolean |
defaultMarkupSecure
|
private boolean |
doesUrlTemplateProcessing
|
private java.lang.String |
groupId
|
private boolean |
hasUserSpecificState
|
private MetaInfo |
metaInfo
|
private boolean |
onlySecure
|
private boolean |
templatesStoredInSession
|
private boolean |
userContextStoredInSession
|
private boolean |
usesMethodGet
|
Constructor Summary | |
WSRPPortletInfo(PortletDescription portletDescription)
|
Method Summary | |
private void |
createCapabilitiesInfo(PortletDescription portletDescription)
|
private void |
createMetaInfo(PortletDescription portletDescription)
|
private LocalizedString |
createPortalLocalizedStringFrom(LocalizedString wsrpLocalizedString)
|
private void |
createWSRPInfo(PortletDescription portletDescription)
|
CacheInfo |
getCache()
Retrieves caching-related information for the described portlet. |
CapabilitiesInfo |
getCapabilities()
Retrieves the capabilities of supported by the described portlet. |
java.lang.String |
getGroupId()
|
MetaInfo |
getMeta()
Retrieves the portlet description (title, keywords, etc). |
PreferencesInfo |
getPreferences()
Return null for now as the wsrp implementation does not support management. |
SecurityInfo |
getSecurity()
Retrieves the security information for the described portlet. |
SessionInfo |
getSession()
Retrieves session-related information for the described portlet. |
boolean |
isDefaultMarkupSecure()
|
boolean |
isDoesUrlTemplateProcessing()
|
boolean |
isHasUserSpecificState()
|
boolean |
isOnlySecure()
|
java.lang.Boolean |
isRemotable()
Determines whether the described portlet can be accessed remotely (such as via WSRP) or not. |
boolean |
isTemplatesStoredInSession()
|
boolean |
isUserContextStoredInSession()
|
boolean |
isUsesMethodGet()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private CapabilitiesInfo capabilities
private MetaInfo metaInfo
private boolean usesMethodGet
private boolean defaultMarkupSecure
private boolean onlySecure
private boolean hasUserSpecificState
private boolean userContextStoredInSession
private boolean templatesStoredInSession
private boolean doesUrlTemplateProcessing
private java.lang.String groupId
Constructor Detail |
public WSRPPortletInfo(PortletDescription portletDescription)
Method Detail |
public CapabilitiesInfo getCapabilities()
PortletInfo
getCapabilities
in interface PortletInfo
public PreferencesInfo getPreferences()
getPreferences
in interface PortletInfo
public MetaInfo getMeta()
PortletInfo
getMeta
in interface PortletInfo
public SecurityInfo getSecurity()
PortletInfo
getSecurity
in interface PortletInfo
public CacheInfo getCache()
PortletInfo
getCache
in interface PortletInfo
public SessionInfo getSession()
PortletInfo
getSession
in interface PortletInfo
public java.lang.Boolean isRemotable()
PortletInfo
null
return value expressing the fact that the remotable status
hasn't been explicitely set.
isRemotable
in interface PortletInfo
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.public boolean isUsesMethodGet()
public boolean isDefaultMarkupSecure()
public boolean isOnlySecure()
public boolean isHasUserSpecificState()
public boolean isUserContextStoredInSession()
public boolean isTemplatesStoredInSession()
public boolean isDoesUrlTemplateProcessing()
public java.lang.String getGroupId()
private void createWSRPInfo(PortletDescription portletDescription)
private void createCapabilitiesInfo(PortletDescription portletDescription)
private void createMetaInfo(PortletDescription portletDescription)
private LocalizedString createPortalLocalizedStringFrom(LocalizedString wsrpLocalizedString)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |