|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletRequestDispatcher | |
---|---|
javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
org.apache.pluto.internal.impl |
Uses of PortletRequestDispatcher in javax.portlet |
---|
Methods in javax.portlet that return PortletRequestDispatcher | |
---|---|
PortletRequestDispatcher |
PortletContext.getNamedDispatcher(java.lang.String name)
Returns a PortletRequestDispatcher object that acts
as a wrapper for the named servlet. |
PortletRequestDispatcher |
PortletContext.getRequestDispatcher(java.lang.String path)
Returns a PortletRequestDispatcher object that acts
as a wrapper for the resource located at the given path. |
Uses of PortletRequestDispatcher in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement PortletRequestDispatcher | |
---|---|
class |
PortletRequestDispatcherImpl
Implementation of the PortletRequestDispatcher interface. |
Methods in org.apache.pluto.internal.impl that return PortletRequestDispatcher | |
---|---|
PortletRequestDispatcher |
PortletContextImpl.getNamedDispatcher(java.lang.String name)
|
PortletRequestDispatcher |
PortletContextImpl.getRequestDispatcher(java.lang.String path)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |