| java.lang.Object com.caucho.portal.generic.GenericPortal
GenericPortal | public class GenericPortal implements Portal,PortalContext(Code) | | A Portal implementation with default values.
|
getPortalContext | public PortalContext getPortalContext()(Code) | | |
getReservedNamespace | public String getReservedNamespace()(Code) | | |
isPortletModeAllowed | public boolean isPortletModeAllowed(PortletRequest portletRequest, PortletMode portletMode)(Code) | | |
isWindowStateAllowed | public boolean isWindowStateAllowed(PortletRequest portletRequest, WindowState windowState)(Code) | | |
setBufferFactory | public void setBufferFactory(BufferFactory bufferFactory)(Code) | | The default is an instance of BufferFactoryImpl.
|
setCache | public void setCache(Cache cache)(Code) | | Caching is currently unimplemented, attempting to set this value will cause
an exception to be thrown.
|
setReservedNamespace | public void setReservedNamespace(String reservedNamespace)(Code) | | Set the reserved namespace, the default is "__".
|
setUserAttributeNames | public void setUserAttributeNames(Set<String> userAttributeNames)(Code) | | Set the user attribute names that the portlet can use, the default
is to allow all user attributes to be visible to the portlet.
|
setUserAttributeStore | public void setUserAttributeStore(UserAttributeStore userAttributeStore)(Code) | | Set the
GenericPortal.UserAttributeStore , obtained once for each
connection and then used to obtain user attributes
as needed. The default is null, which means that no user attributes
are available.
|
|
|