A B C D E F G H I J L M N P R S T U V W

P

PAGE - Static variable in interface javax.portlet.ResourceURL
The URL of type PAGE may contain artifacts that require knowledge of the state of the complete page, like PortletURLs.
PortalContext - Interface in javax.portlet
The PortalContext interface gives the portlet the ability to retrieve information about the portal calling this portlet.
Portlet - Interface in javax.portlet
The Portlet interface is used by the portlet container to invoke the portlets.
PORTLET - Static variable in interface javax.portlet.ResourceURL
The URL of type PORTLRET does not need to contain the current state of the page, but the current render parameters, portlet mode, or window state of the portlet must be accessible to the portlet.
PORTLET_SCOPE - Static variable in interface javax.portlet.PortletSession
This constant defines the scope of the session attribute to be private to the portlet and its included resources.
PortletConfig - Interface in javax.portlet
The PortletConfig interface provides the portlet with its configuration.
PortletContext - Interface in javax.portlet
The PortletContext interface defines a portlet view of the portlet container.
PortletException - Exception in javax.portlet
The PortletException class defines a general exception that a portlet can throw when it is unable to perform its operation successfully.
PortletException() - Constructor for exception javax.portlet.PortletException
Constructs a new portlet exception.
PortletException(String) - Constructor for exception javax.portlet.PortletException
Constructs a new portlet exception with the given text.
PortletException(String, Throwable) - Constructor for exception javax.portlet.PortletException
Constructs a new portlet exception when the portlet needs to do the following: throw an exception include the "root cause" exception include a description message
PortletException(Throwable) - Constructor for exception javax.portlet.PortletException
Constructs a new portlet exception when the portlet needs to throw an exception.
PortletFilter - Interface in javax.portlet.filter
The PortletFilter is the base interface for all portlet filters.
PortletMode - Class in javax.portlet
The PortletMode class represents the possible modes that a portlet can assume.
PortletMode(String) - Constructor for class javax.portlet.PortletMode
Creates a new portlet mode with the given name.
PortletModeException - Exception in javax.portlet
The PortletModeException is thrown when a portlet tries to use or set a portlet mode that is not supported by the current runtime environment or the portlet.
PortletModeException(String, PortletMode) - Constructor for exception javax.portlet.PortletModeException
Constructs a new portlet mode exception with the given text and the portlet mode that caused this exception.
PortletModeException(String, Throwable, PortletMode) - Constructor for exception javax.portlet.PortletModeException
Constructs a new portlet mode exception when the portlet needs to do the following: throw an exception include a message about the "root cause" that interfered with its normal operation include a description message include the portlet mode that caused this exception
PortletModeException(Throwable, PortletMode) - Constructor for exception javax.portlet.PortletModeException
Constructs a new portlet mode exception when the portlet needs to throw an exception.
PortletPreferences - Interface in javax.portlet
The PortletPreferences interface allows the portlet to store configuration data.
PortletRequest - Interface in javax.portlet
The PortletRequest defines the base interface to provide client request information to a portlet.
PortletRequest.P3PUserInfos - Enum in javax.portlet
P3P user information constants.
PortletRequestDispatcher - Interface in javax.portlet
The PortletRequestDispatcher interface defines an object that receives requests from the client and sends them to the specified resources (such as a servlet, HTML file, or JSP file) on the server.
PortletRequestWrapper - Class in javax.portlet.filter
The PortletRequestWrapper provides a convenient implementation of the PortletRequest interface and is extended by other request wrappers.
PortletRequestWrapper(PortletRequest) - Constructor for class javax.portlet.filter.PortletRequestWrapper
Creates an PortletRequest adaptor wrapping the given request object.
PortletResponse - Interface in javax.portlet
The PortletResponse defines the base interface to assist a portlet in creating and sending a response to the client.
PortletResponseWrapper - Class in javax.portlet.filter
The PortletResponseWrapper provides a convenient implementation of the PortletResponse interface and is extended by other response wrappers.
PortletResponseWrapper(PortletResponse) - Constructor for class javax.portlet.filter.PortletResponseWrapper
Creates an ActionResponse adaptor wrapping the given response object.
PortletSecurityException - Exception in javax.portlet
A portlet should throw a PortletSecurityException when a call fails because of security reasons.
Additionally it can be thrown by the portal/portlet-container.
PortletSecurityException(String) - Constructor for exception javax.portlet.PortletSecurityException
Constructs a new security exception with the given text.
PortletSecurityException(String, Throwable) - Constructor for exception javax.portlet.PortletSecurityException
Constructs a new portlet security exception when the portlet needs to do the following: throw an exception include a message about the "root cause" that interfered with its normal operation include a description message
PortletSecurityException(Throwable) - Constructor for exception javax.portlet.PortletSecurityException
Constructs a new portlet security exception when the portlet needs to throw an exception.
PortletSession - Interface in javax.portlet
The PortletSession interface provides a way to identify a user across more than one request and to store transient information about that user.
PortletSessionUtil - Class in javax.portlet
The PortletSessionUtil class helps identify and decode attributes in the PORTLET_SCOPE scope of the PortletSession when accessed through the HttpSession an from within calls to methods of the HttpSessionBindingListener interface.
PortletSessionUtil() - Constructor for class javax.portlet.PortletSessionUtil
 
PortletURL - Interface in javax.portlet
The PortletURL interface represents a URL that reference the portlet itself.
PortletURLGenerationListener - Interface in javax.portlet
Portlet applications can register portlet URL listeners in order to filter URLs before they get generated.
PreferencesValidator - Interface in javax.portlet
The PreferencesValidator allows to validate the set of preferences of the associated portlet just before they are stored in the persistent store.
PRIVATE_SCOPE - Static variable in interface javax.portlet.MimeResponse
Private cache scope, indicating that the cache entry must not be shared across users.
processAction(ActionRequest, ActionResponse) - Method in class javax.portlet.GenericPortlet
Called by the portlet container to allow the portlet to process an action request.
processAction(ActionRequest, ActionResponse) - Method in interface javax.portlet.Portlet
Called by the portlet container to allow the portlet to process an action request.
ProcessAction - Annotation Type in javax.portlet
Annotation for marking a method for processing a specific action.
processEvent(EventRequest, EventResponse) - Method in interface javax.portlet.EventPortlet
Called by the portlet container requesting the portlet to process a specific event.
processEvent(EventRequest, EventResponse) - Method in class javax.portlet.GenericPortlet
The default implementation tries to dispatch to a method annotated with @ProcessEvent that matches the event name or, if no such method is found just sets the current render parameters on the response.
Note that the annotated methods needs to be public in order to be allowed to be called by GenericPortlet.
ProcessEvent - Annotation Type in javax.portlet
Annotation for marking a method for handling a specific event.
PUBLIC_SCOPE - Static variable in interface javax.portlet.MimeResponse
Public cache scope, indicating that the cache entry can be shared across users.

A B C D E F G H I J L M N P R S T U V W