Class ResourceRequestImpl

All Implemented Interfaces:
javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.portlet.ResourceRequest

public class ResourceRequestImpl extends ClientDataRequestImpl implements javax.portlet.ResourceRequest
  • Constructor Details

    • ResourceRequestImpl

      public ResourceRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation)
  • Method Details

    • getResourceID

      public String getResourceID()
      Specified by:
      getResourceID in interface javax.portlet.ResourceRequest
    • getPrivateRenderParameterMap

      public Map<String,String[]> getPrivateRenderParameterMap()
      Specified by:
      getPrivateRenderParameterMap in interface javax.portlet.ResourceRequest
    • getCacheability

      public String getCacheability()
      Specified by:
      getCacheability in interface javax.portlet.ResourceRequest
    • getETag

      public String getETag()
      Specified by:
      getETag in interface javax.portlet.ResourceRequest
    • initProperties

      protected void initProperties(org.gatein.common.util.MultiValuedPropertyMap<String> properties)
      Overrides:
      initProperties in class PortletRequestImpl