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

I

include(RenderRequest, RenderResponse) - Method in interface javax.portlet.PortletRequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
include(PortletRequest, PortletResponse) - Method in interface javax.portlet.PortletRequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
init(FilterConfig) - Method in interface javax.portlet.filter.PortletFilter
Called by the portlet container to indicate to a filter that it is being placed into service.
init(PortletConfig) - Method in class javax.portlet.GenericPortlet
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
init() - Method in class javax.portlet.GenericPortlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(PortletConfig) - Method in interface javax.portlet.Portlet
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
invalidate() - Method in interface javax.portlet.PortletSession
Invalidates this session (all scopes) and unbinds any objects bound to it.
isCommitted() - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call isCommitted() on the wrapped response object.
isCommitted() - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call isCommitted() on the wrapped response object.
isCommitted() - Method in interface javax.portlet.MimeResponse
Returns a boolean indicating if the response has been committed.
isNew() - Method in interface javax.portlet.PortletSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isPermanent() - Method in exception javax.portlet.UnavailableException
Returns a boolean indicating whether the portlet is permanently unavailable.
isPortletModeAllowed(PortletMode) - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call isPortletModeAllowed(mode) on the wrapped request object.
isPortletModeAllowed(PortletMode) - Method in interface javax.portlet.PortletRequest
Returns true, if the given portlet mode is a valid one to set for this portlet in the context of the current request.
isPublicScope() - Method in interface javax.portlet.CacheControl
Returns a boolean indicating whether the caching scope is set to public for the current response.
isReadOnly(String) - Method in interface javax.portlet.PortletPreferences
Returns true, if the value of this key is defined as read-only and thus cannot be modified by the user.
isRequestedSessionIdValid() - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call isRequestedSessionIdValid() on the wrapped request object.
isRequestedSessionIdValid() - Method in interface javax.portlet.PortletRequest
Checks whether the requested session ID is still valid.
isSecure() - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call isSecure() on the wrapped request object.
isSecure() - Method in interface javax.portlet.PortletRequest
Returns a boolean indicating whether this request was made using a secure channel between client and the portal, such as HTTPS.
isUserInRole(String) - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call isUserInRole(role) on the wrapped request object.
isUserInRole(String) - Method in interface javax.portlet.PortletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isWindowStateAllowed(WindowState) - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call isWindowStateAllowed(state) on the wrapped request object.
isWindowStateAllowed(WindowState) - Method in interface javax.portlet.PortletRequest
Returns true, if the given window state is valid to be set for this portlet in the context of the current request.

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