Uses of Interface
jakarta.portlet.PortletRequestDispatcher
-
Packages that use PortletRequestDispatcher Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of PortletRequestDispatcher in jakarta.portlet
Methods in jakarta.portlet that return PortletRequestDispatcher Modifier and Type Method Description PortletRequestDispatcherPortletContext. getNamedDispatcher(String name)Returns aPortletRequestDispatcherobject that acts as a wrapper for the named servlet.PortletRequestDispatcherPortletContext. getRequestDispatcher(String path)Returns aPortletRequestDispatcherobject that acts as a wrapper for the resource located at the given path. -
Uses of PortletRequestDispatcher in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletRequestDispatcher Modifier and Type Class Description classPortletRequestDispatcherWrapperThePortletRequestDispatcherWrapperprovides a convenient implementation of thePortletRequestDispatcherinterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as PortletRequestDispatcher Modifier and Type Field Description protected PortletRequestDispatcherPortletRequestDispatcherWrapper. wrappedMethods in jakarta.portlet.filter that return PortletRequestDispatcher Modifier and Type Method Description PortletRequestDispatcherPortletContextWrapper. getNamedDispatcher(String name)PortletRequestDispatcherPortletContextWrapper. getRequestDispatcher(String path)PortletRequestDispatcherPortletRequestDispatcherWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type PortletRequestDispatcher Modifier and Type Method Description voidPortletRequestDispatcherWrapper. setWrapped(PortletRequestDispatcher wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortletRequestDispatcher Constructor Description PortletRequestDispatcherWrapper(PortletRequestDispatcher wrapped)
-