|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderRequest
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
|---|
PortletRequest.P3PUserInfos |
| Field Summary | |
|---|---|
static java.lang.String |
ETAG
This property is set by the container if the portlet container has a cached response for the given validation tag. |
| Fields inherited from interface javax.portlet.PortletRequest |
|---|
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
| Method Summary | |
|---|---|
java.lang.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. |
| Field Detail |
|---|
static final java.lang.String ETAG
getProperty method.
The value is "portlet.ETag ".
| Method Detail |
|---|
java.lang.String getETag()
null if no cached response exists.
This call returns the same value as
RenderRequest.getProperty(RenderRequest.ETAG).
null if no cached response exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||