Package oracle.portal.provider.v1.http

Interface Summary
PerformanceLoggerAccessor This interface is used by classes to gain access to a PerformanceLogger object
 

Class Summary
BaseCustomization Deprecated. Use NameValuePersonalizationObject instead.
BaseManagedRenderer BaseManagedRenderer is the JPDK's base implementation of the ManagedRenderer interface.
DefaultPortlet A portlet is implemented as a set of controllers: a renderer and optionally a personalization manager and a security manager.
DefaultPortletPersonalizationManager Deprecated. Use FilePersonalizationManager instead.
DefaultProvider The DefaultProvider is the JPDKs base implementation class for the Provider interface.
FileRenderer When maintained by a RenderManager, a FileRenderer renders a single page's contents from a static file.
HttpPortletRendererUtil The HttpPortletRendererUtil class provides many useful utility methods designed to simplify coding your renderer.
HttpProvider HttpProvider is the entry point into the JPDK runtime.
JavaRenderer JavaRenderer has responsibility for responding to a PortletRenderRequest by dynamically invoking an arbitrarily named method on an instance of an arbitrary Java class.
JspRenderer When maintained by a RenderManager, a JspRenderer renders a single page's contents from a JSP.
JspValidateRenderer JspValidateRenderer is an abstract class which should be used as the basis for a ManagedRenderer which has responsibility for rendering a single mode from a JSP page, using validation based caching.
Page Class for describing individual pages owned by a PortletPageLocator.
PageRenderer Deprecated. PageRenderer and its subclasses have been replaced by the more flexible RenderManager.
PerformanceLogger This class is used to collect and output performance statistics for a show request.
PortletPageLocator Base class that holds the various attributes for registering ManagedRenderers for each render mode.
RenderPortletType  
Servlet20Renderer When maintained by a RenderManager, a Servlet20Renderer renders a single page's contents from a servlet.
Servlet20RequestWrapper Wraps the servlet Request so we can "forward" requests to a servlet/jsp and respond to that "forwarded" servlet with the proper paths.
ServletPageRenderer Deprecated. PageRenderer and its subclasses have been replaced by the more flexible RenderManager.
ServletPortletRenderRequest ServletPortletRenderRequest is the JPDK's base implementation of the PortletRenderRequest interface.
ServletProviderContext A ServletProviderContext contains a set of parameters pertaining to the state of the context in which the Provider is running.
ServletProviderRequest  
ServletProviderSession ServletProviderSession is an implementation of the ProviderSession that uses an HttpSession as the underlying session store.
ServletProviderUser Represents the Portal user.