Uses of Class
org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
-
Packages that use PortletRequestImpl Package Description org.gatein.pc.portlet.impl.jsr168.api -
-
Uses of PortletRequestImpl in org.gatein.pc.portlet.impl.jsr168.api
Subclasses of PortletRequestImpl in org.gatein.pc.portlet.impl.jsr168.api Modifier and Type Class Description classActionRequestImplclassClientDataRequestImplclassEventRequestImplclassRenderRequestImplclassResourceRequestImplFields in org.gatein.pc.portlet.impl.jsr168.api declared as PortletRequestImpl Modifier and Type Field Description protected PortletRequestImplBaseURLImpl. preq.protected PortletRequestImplPortletResponseImpl. preq.Methods in org.gatein.pc.portlet.impl.jsr168.api with parameters of type PortletRequestImpl Modifier and Type Method Description static PortletURLImplPortletURLImpl. createActionURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)static PortletURLImplPortletURLImpl. createRenderURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)static ResourceURLImplResourceURLImpl. createResourceURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)Constructors in org.gatein.pc.portlet.impl.jsr168.api with parameters of type PortletRequestImpl Constructor Description ActionResponseImpl(org.gatein.pc.api.invocation.ActionInvocation invocation, PortletRequestImpl preq)BaseURLImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq, boolean filterable)EventResponseImpl(org.gatein.pc.api.invocation.EventInvocation invocation, PortletRequestImpl preq)MimeResponseImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)PortletResponseImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)RenderResponseImpl(org.gatein.pc.api.invocation.RenderInvocation invocation, PortletRequestImpl preq)ResourceResponseImpl(org.gatein.pc.api.invocation.ResourceInvocation invocation, PortletRequestImpl preq)StateAwareResponseImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)
-