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

E

EDIT - Static variable in class javax.portlet.PortletMode
Within the EDIT portlet mode, a portlet should provide content and logic that lets a user customize the behavior of the portlet.
encodeURL(String) - Method in class javax.portlet.filter.PortletResponseWrapper
The default behavior of this method is to call encodeURL(path) on the wrapped response object.
encodeURL(String) - Method in interface javax.portlet.PortletResponse
Returns the encoded URL of the resource, like servlets, JSPs, images and other static files, at the given path.
equals(Object) - Method in class javax.portlet.PortletMode
Compares the specified object with this portlet mode for equality.
equals(Object) - Method in class javax.portlet.WindowState
Compares the specified object with this window state for equality.
ETAG - Static variable in interface javax.portlet.MimeResponse
Property to tell the portlet container the new ETag for this response intended to be used in forwarded or included servlets/JSPs.
ETAG - Static variable in interface javax.portlet.RenderRequest
This property is set by the container if the portlet container has a cached response for the given validation tag.
ETAG - Static variable in interface javax.portlet.ResourceRequest
This property is set by the container if the container has a cached response for the given validation tag.
Event - Interface in javax.portlet
The Event interface represents an event that the portlet has received in the event processing phase.
EVENT_PHASE - Static variable in interface javax.portlet.PortletRequest
String identifier for the portlet event lifecycle phase.
EventFilter - Interface in javax.portlet.filter
The EventFilter is an object that performs filtering tasks on either the event request to a portlet, or on the event response from a portlet, or both.
EventPortlet - Interface in javax.portlet
The EventPortlet interface allows portlets receiving events.
EventRequest - Interface in javax.portlet
The EventRequest represents the request sent to the portlet to handle an event.
EventRequestWrapper - Class in javax.portlet.filter
The EventRequestWrapper provides a convenient implementation of the EventRequest interface that can be subclassed by developers wishing to adapt the request.
EventRequestWrapper(EventRequest) - Constructor for class javax.portlet.filter.EventRequestWrapper
Creates an EventRequest adaptor wrapping the given request object.
EventResponse - Interface in javax.portlet
The EventResponse interface represents the portlet response to an event request.
EventResponseWrapper - Class in javax.portlet.filter
The EventResponseWrapper provides a convenient implementation of the EventResponse interface that can be subclassed by developers wishing to adapt the response.
EventResponseWrapper(EventResponse) - Constructor for class javax.portlet.filter.EventResponseWrapper
Creates an EventResponse adaptor wrapping the given response object.
EXPIRATION_CACHE - Static variable in interface javax.portlet.MimeResponse
Property to set the expiration time in seconds for this response using the setProperty method intended to be used in forwarded or included servlets/JSPs.

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