|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Portal
| Method Summary | |
|---|---|
BufferFactory |
getBufferFactory()
|
Cache |
getCache()
XXX: caching not currently implemented |
PortalContext |
getPortalContext()
|
PreferencesStore |
getPreferencesStore()
Return a PreferencesStore for a connection. |
java.lang.String |
getReservedNamespace()
The reserved namespace is used to mark parameters that have special meaning to the portal. |
java.util.Set<java.lang.String> |
getUserAttributeNames()
Return a Set of all user attributes names that this portlet uses, null if all user attributes available from the portal should be made available. |
UserAttributeStore |
getUserAttributeStore()
Return a UserAttributeStore. |
boolean |
isPortletModeAllowed(PortletRequest portletRequest,
PortletMode portletMode)
Return true if the PortletMode is allowed. |
boolean |
isWindowStateAllowed(PortletRequest portletRequest,
WindowState windowState)
Return true if the WindowState is allowed. |
| Method Detail |
|---|
PortalContext getPortalContext()
boolean isWindowStateAllowed(PortletRequest portletRequest,
WindowState windowState)
portletRequest.getResponseContentType() can be used
if the allowed portlet modes depends on the mime type of the
response.
boolean isPortletModeAllowed(PortletRequest portletRequest,
PortletMode portletMode)
portletRequest.getResponseContentType() can be used
if the allowed portlet modes depends on the mime type of the
response.
java.lang.String getReservedNamespace()
PreferencesStore getPreferencesStore()
javax.portlet.PortletPreferences for each namespace.
java.util.Set<java.lang.String> getUserAttributeNames()
UserAttributeStore getUserAttributeStore()
Cache getCache()
BufferFactory getBufferFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||