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

F

filterActionURL(PortletURL) - Method in interface javax.portlet.PortletURLGenerationListener
Callback being called by the portlet container before toString or write are executed on action URLs.
FilterChain - Interface in javax.portlet.filter
A FilterChain is an object provided by the portlet container to the developer giving a view into the invocation chain of a filtered request for a portlet.
FilterConfig - Interface in javax.portlet.filter
A filter configuration object used by a portlet container to pass information to a filter during initialization.
filterRenderURL(PortletURL) - Method in interface javax.portlet.PortletURLGenerationListener
Callback being called by the portlet container before toString or write are executed on render URLs.
filterResourceURL(ResourceURL) - Method in interface javax.portlet.PortletURLGenerationListener
Callback being called by the portlet container before toString or write are executed on resource URLs.
flushBuffer() - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
flushBuffer() - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
flushBuffer() - Method in interface javax.portlet.MimeResponse
Forces any content in the buffer to be written to the underlying output stream.
FORM_AUTH - Static variable in interface javax.portlet.PortletRequest
String identifier for Form based authentication.
forward(PortletRequest, PortletResponse) - Method in interface javax.portlet.PortletRequestDispatcher
Forwards a portlet request from a portlet to another resource (servlet, JSP file, or HTML file) on the server.
FULL - Static variable in interface javax.portlet.ResourceURL
The URL of type FULL does not need to contain the current state of the page or the current render parameters, portlet mode, or window state of the portlet.

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