| com.caucho.portal.generic.Portal
All known Subclasses: com.caucho.portal.generic.GenericPortal,
Portal | public interface Portal (Code) | | |
getCache | public Cache getCache()(Code) | | XXX: caching not currently implemented
null to disable caching |
getPortalContext | public PortalContext getPortalContext()(Code) | | |
getPreferencesStore | public PreferencesStore getPreferencesStore()(Code) | | Return a PreferencesStore for a connection.
The store is obtained once for each connection and used throughout the
course of the connection to obtain a
javax.portlet.PortletPreferences for each namespace.
|
getReservedNamespace | public String getReservedNamespace()(Code) | | The reserved namespace is used to mark parameters that have special
meaning to the portal. The specification suggests "javax.portal.", which
is rather long so the default is ususally "__".
|
getUserAttributeNames | public Set<String> getUserAttributeNames()(Code) | | 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.
|
getUserAttributeStore | public UserAttributeStore getUserAttributeStore()(Code) | | Return a UserAttributeStore.
The store is obtained once for each connection if needed.
|
isPortletModeAllowed | public boolean isPortletModeAllowed(PortletRequest portletRequest, PortletMode portletMode)(Code) | | Return true if the PortletMode is allowed.
portletRequest.getResponseContentType() can be used
if the allowed portlet modes depends on the mime type of the
response.
|
isWindowStateAllowed | public boolean isWindowStateAllowed(PortletRequest portletRequest, WindowState windowState)(Code) | | Return true if the WindowState is allowed.
portletRequest.getResponseContentType() can be used
if the allowed portlet modes depends on the mime type of the
response.
|
|
|