Uses of Class
org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
Packages that use PortletRequestImpl
-
Uses of PortletRequestImpl in org.gatein.pc.portlet.impl.jsr168.api
Subclasses of PortletRequestImpl in org.gatein.pc.portlet.impl.jsr168.apiModifier and TypeClassDescriptionclassclassclassclassclassFields in org.gatein.pc.portlet.impl.jsr168.api declared as PortletRequestImplModifier and TypeFieldDescriptionprotected final PortletRequestImplBaseURLImpl.preq.protected final PortletRequestImplPortletResponseImpl.preq.Methods in org.gatein.pc.portlet.impl.jsr168.api with parameters of type PortletRequestImplModifier and TypeMethodDescriptionstatic 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 PortletRequestImplModifierConstructorDescriptionActionResponseImpl(org.gatein.pc.api.invocation.ActionInvocation invocation, PortletRequestImpl preq) protectedBaseURLImpl(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) protectedPortletResponseImpl(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)