Package oracle.portal.provider.v1

Interface Summary
CustomizationObject Deprecated. Data objects should implement the PersonalizationObject interface instead.
ManagedRenderer A ManagedRenderer is a controller used, in conjunction with RenderManager, to construct a correctly ordered response to a PortletRenderRequest.
MLString MLString is a multi-language string.
MobilePortlet A MobilePortlet has the ability to render contents for MODE_LINK and control how its meta data information is requested.
MutableMobilePortlet A MutableMobilePortlet is a MobilePortlet which can be modified, either by direct calls or a suitably configured provider.xml.
MutablePortlet Defines a Portlet whose meta-data values can be set.
MutablePortletXtra2 Second extension to the MutablePortlet interface.
MutablePortletXtra3 Extension (#3) to the Portlet interface.
PersonalizationObject Interface for data objects managed by a PortletPersonalizationManager
Portlet A portlet implements a particular portal service.
PortletConstants Interface used to store Portlet related constants.
PortletExecutionTracker This interface contains a single method used to detect whether a request has execeeded a set maximum time.
PortletPersonalizationManager The PortletPersonalizationManager manages a portlets customizations.
PortletRenderer A PortletRenderer is the portlet controller responsible for generating the portlet's display (via markup).
PortletRenderRequest The PortletRenderRequest contains all the request details a renderer needs to process the request and output its rendition.
PortletSecurityManager A PortletSecurityManager is the access controller for a portlet.
PortletXtra2 Extension (#2) to the Portlet interface.
PortletXtra3 Extension (#3) to the Portlet interface.
Provider A Provider manages a set of portlets.
ProviderConstants Interface used to store non Provider related constants.
ProviderLog A Class class.
ProviderSession The Provider interfaces are specified without dependencies on the Servlet interfaces.
ProviderXtra First Extension to the Provider interface.
ProviderXtra2 First Extension to the Provider interface.
 

Class Summary
ContainerRenderer306 A ContainerRenderer306 is a utility class that renders the container for a portlet in the style of Oracle Portal v 3.0.6
DBPersonalizationManager The DBPersonalizationManager class implements a PortletPersonalizationManager using data objects to persist customized data in a database.
DBPersonalizationManager2 The DBPersonalizationManager2 class implements a PortletPersonalizationManager using data objects to persist customized data in a database.
DefaultContainerRenderer A PortletContainerRenderer is a utility class that renders the container for a portlet.
DefaultSecurityManager DefaultSecurityManager is a simple access controller for a portlet that uses a user's authentication level to control access.
DenyAllSecurityManager DefaultSecurityManager is a simple access controller for a portlet that uses a user's authentication level to control access.
DeviceInfo A Class class.
DeviceInfo.DeviceClass  
DeviceInfo.DeviceOrientation To level nested class representing the enumerated types used to represent data members of deviceInfos.
ExternalPrincipal ExternalUser encapsulates the information necessary for an external application to authenticate a Portal user
FilePersonalizationManager The FilePersonalizationManager implements a PortletPersonalizationManager using data objects to persist customized data to/from the filesystem.
HashMLString MLString is a multi-language string.
MobileFlags A Class class.
MocContainerRenderer A PortletContainerRenderer is a utility class that renders the container for a portlet.
NameValuePersonalizationObject Base customization data class.
PortalConfig Represents various portal configuration settings that are pertinent to portlets.
PortletContainerRenderer A PortletContainerRenderer is a utility class that renders the container for a portlet.
PortletParameter  
PortletReference A particular portlet instance is uniquely identified by four values: providerId + portletId + portletInstanceName + portletUserCustomization.
PortletRendererUtil Contains utilities useful for rendering.
ProviderNodeHandler This class contains methods for processing an XML provider registry.
ProviderSubscriber Represents the portal subscriber.
ProviderThreadMonitor A monitor class that stops any provider threads that are hanging.
ProviderUser Represents the Portal user.
RenderManager RenderManager implements a model whereby users can plug in individual renderers which handle a request for a specific render mode in a specific content type.
UserLocation A Class representing the .
UserLocation.Address  
UserLocation.LocationType  
 

Exception Summary
AccessControlException  
AuthenticationException  
ContainerException  
ExternalAuthenticationException ExternalAppException is the base class for all exceptions relating to external applications - most specifically, those relating to authentication
MappingNotFoundException A Class class.
PersonalizationException  
PortletAlreadyExistsException  
PortletException  
PortletNotFoundException  
ProviderException