Interface RenderRequest

    • Field Detail

      • ETAG

        static final String ETAG
        This property is set by the container if the portlet container has a cached response for the given validation tag. The property can be retrieved using the getProperty method.

        The value is "portlet.ETag ".

        Since:
        2.0
        See Also:
        Constant Field Values
    • Method Detail

      • getETag

        String getETag()
        Returns the validation tag if the portlet container has a cached response for this validation tag, or null if no cached response exists.

        This call returns the same value as RenderRequest.getProperty(RenderRequest.ETAG).

        Returns:
        the validation tag if the portlet container has a cached response for this validation tag, or null if no cached response exists.
        Since:
        2.0