Uses of Interface
javax.portlet.PortletRequestDispatcher
-
-
Uses of PortletRequestDispatcher in javax.portlet
Methods in javax.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.
-